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

use unittest testrunner #397

Merged
merged 1 commit into from Mar 24, 2021
Merged

use unittest testrunner #397

merged 1 commit into from Mar 24, 2021

Conversation

jugmac00
Copy link
Contributor

... instead the deprecated python setup.py tests.

The latter one issued the following warning:

"WARNING: Testing via this command is deprecated and will be removed in
a future version. Users looking for a generic test entry point
independent of test runner are encouraged to use tox."

Another plus is that both the unittest runner and pytest also show
deprecation warnings, which python setup.py tests does not.

... instead the deprecated `python setup.py tests`.

The latter one issued the following warning:

"WARNING: Testing via this command is deprecated and will be removed in
a future version. Users looking for a generic test entry point
independent of test runner are encouraged to use tox."

Another plus is that both the unittest runner and pytest also show
deprecation warnings, which `python setup.py tests` does not.
@miguelgrinberg miguelgrinberg merged commit 5e75b1b into miguelgrinberg:master Mar 24, 2021
@jugmac00 jugmac00 deleted the use-unittest branch March 25, 2021 04:16
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.

None yet

2 participants