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

Replace nose-specific methods with pytest equivalents #34

Merged
merged 2 commits into from
Jun 9, 2023

Conversation

Vekhir
Copy link
Contributor

@Vekhir Vekhir commented May 23, 2023

The setup and teardown methods are nose-specific and deprecated by pytest. Pytest instead uses setup_method and teardown_method. The deprecated methods may be removed any time as per the warning.

This PR renames the methods so we are prepared for the removal, whenever it eventually occurs.

@jaraco
Copy link
Owner

jaraco commented Jun 8, 2023

Fantastic! Thanks for doing this.

@jaraco jaraco merged commit ebbf820 into jaraco:main Jun 9, 2023
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.

2 participants