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

Make tests less flaky and be able to run under Swift 2.2/Xcode 7.3. #1

Merged
merged 2 commits into from
Mar 17, 2016

Conversation

nlutsenko
Copy link
Member

  • We have some flaky tests, because operations can run faster than we execute on the current thread
  • Also, since XCTest APIs is different between 2.2 and 2.1 - we need to wrap name

@nlutsenko nlutsenko added this to the 1.0.1 milestone Mar 17, 2016
@codecov-io
Copy link

Current coverage is 94.31%

Merging #1 into master will increase coverage by +11.04% as of 346061e

@@            master      #1   diff @@
======================================
  Files            4       8     +4
  Stmts          281     844   +563
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            234     796   +562
  Partial          0       0       
- Missed          47      48     +1

Review entire Coverage Diff as of 346061e

Powered by Codecov. Updated on successful CI builds.

nlutsenko added a commit that referenced this pull request Mar 17, 2016
Make tests less flaky and be able to run under Swift 2.2/Xcode 7.3.
@nlutsenko nlutsenko merged commit 0c6f23d into master Mar 17, 2016
@nlutsenko nlutsenko deleted the nlutsenko.tests branch March 17, 2016 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants