-
Notifications
You must be signed in to change notification settings - Fork 27
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
Convert tests from nose to pytest #26
Comments
hmeine
added a commit
that referenced
this issue
Feb 20, 2022
let’s start with the use of assert_equal()
hmeine
added a commit
that referenced
this issue
Feb 20, 2022
hmeine
added a commit
that referenced
this issue
Feb 20, 2022
hmeine
added a commit
that referenced
this issue
Feb 20, 2022
hmeine
added a commit
that referenced
this issue
Feb 20, 2022
hmeine
added a commit
that referenced
this issue
Feb 20, 2022
hmeine
added a commit
that referenced
this issue
Feb 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been preferring pytest ever since I discovered it, and CircleCI also seems to have better support for it (at least the docs in the python orb mention only pytest and std unittest). Therefore, it would be nice to convert the existing tests (which do import from nose, so some simple code changes are obviously necessary).
The text was updated successfully, but these errors were encountered: