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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to xunit 2 and xbehave 2 #1001

Closed
adamralph opened this issue Mar 27, 2015 · 3 comments
Closed

Upgrade to xunit 2 and xbehave 2 #1001

adamralph opened this issue Mar 27, 2015 · 3 comments

Comments

@adamralph
Copy link
Contributor

Because xunit 1 is just so 2013 馃槣

Benefits:

  • xunit 2.0
    • This will probably get rid the intermittent (9/10) build failures which we see in Travis CI, which I believe is a problem which only manifests in xunit 1.x, on low spec VMs (some kind race condition)
    • parallel test exec
    • self contained VS runner support
    • test collections
    • nicer console output
    • other new xunit 2.0 features - http://xunit.github.io/release-notes/2015-03-16.html
  • xbehave 2.0
  • moving off obsolete platforms which are purely in maintenance mode

Blockers:

@adamralph
Copy link
Contributor Author

Note that we can probably spin off an issue to upgrade the acceptance tests first, since they are not blocked by AutoFixture.Xunit, and that in itself should fix Travis since, at the moment, only the acceptance tests are run there.

@adamralph
Copy link
Contributor Author

But of course, an update to the acceptance tests is still dependent on the Mono fix.

@filipw
Copy link
Member

filipw commented Apr 9, 2018

Fixed by #1194

@filipw filipw closed this as completed Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants