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

Convert tests from nose to pytest #26

Closed
hmeine opened this issue Feb 17, 2022 · 1 comment
Closed

Convert tests from nose to pytest #26

hmeine opened this issue Feb 17, 2022 · 1 comment

Comments

@hmeine
Copy link
Owner

hmeine commented Feb 17, 2022

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).

@hmeine
Copy link
Owner Author

hmeine commented Feb 17, 2022

This could also help with skipping the 16bit tests (#16) and hence with the release (#22).

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 hmeine closed this as completed 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant