-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Switch to pytest? #327
Comments
Yeah, pytest seems to be the dominant framework these days. I use it in other projects. I'm not sure what's involved in switching, hope I don't have to individually edit the tests. |
Aside from removing references to |
Working on it in #337, may need help fixing Appveyor since I've never used it before and don't really know what I'm doing. |
I added a plugin to randomize test execution order and it looks like we have some hidden test interdependencies I can't figure out. Help would be most welcome. |
nose
is no longer maintained (last release was in 2015) so I think we should consider moving on to a different testing framework.pytest
gets us a lot of things like simplified argument parametrization and a lot of plugins we can install. It works withunittest
so I don't think the move will require an overhaul.The text was updated successfully, but these errors were encountered: