Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suites: reuse test app. #420

Merged
merged 1 commit into from Apr 21, 2016
Merged

Test suites: reuse test app. #420

merged 1 commit into from Apr 21, 2016

Conversation

tcard
Copy link
Contributor

@tcard tcard commented Apr 21, 2016

For this, we isolate tests by prepending a prefix to channel names in
different tests (ie. that use different calls to
TestUtilties.setupOptions.)

This should make #397 unnecessary.

For this, we isolate tests by prepending a prefix to channel names in
different tests (ie. that use different calls to 
TestUtilties.setupOptions.)

This should make #397 unnecessary.

if debug {
options.logLevel = .Verbose
print(response)
print(testApplication!)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ups, nevermind. Didn't saw the debug.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it is printing exactly the same as it was doing before. Note the if debug {.

@ricardopereira
Copy link
Contributor

LGTM 😃 perfect... tests in 10min!

@tcard tcard merged commit 98c99da into master Apr 21, 2016
@tcard tcard deleted the test-share-app branch April 21, 2016 16:31
@mattheworiordan
Copy link
Member

Now that is what I like, a 3x saving in time!

tcard added a commit that referenced this pull request May 16, 2016
For this, we isolate tests by prepending a prefix to channel names in
different tests (ie. that use different calls to
TestUtilties.setupOptions.)

This should make #397 unnecessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants