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

test_{samples,calculator}.py: migrate from nose to pytest. #116

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

heroxbd
Copy link
Contributor

@heroxbd heroxbd commented Feb 1, 2023

nose is an obsoleted testing framework for Python, dead and unmaintained since 2015.

Properly teardown fixtures after the tests.

Reference: https://bugs.debian.org/1018659
Reference: https://bugs.gentoo.org/878727
Closes: #114

nose is an obsoleted testing framework for Python, dead and
unmaintained since 2015.

Properly teardown fixtures after the tests.

Reference: https://bugs.debian.org/1018659
Reference: https://bugs.gentoo.org/878727
Closes: uvemas#114
@uvemas uvemas merged commit 08709d4 into uvemas:master Feb 2, 2023
@uvemas
Copy link
Owner

uvemas commented Feb 2, 2023

Thanks for your contribution @heroxbd .

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

Successfully merging this pull request may close these issues.

Migrate the test framework to pytest
2 participants