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

Stop using python setup.py test #57

Closed
jalan opened this issue Jan 23, 2020 · 2 comments
Closed

Stop using python setup.py test #57

jalan opened this issue Jan 23, 2020 · 2 comments

Comments

@jalan
Copy link
Owner

jalan commented Jan 23, 2020

python setup.py test now results in a deprecation 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.

Who knows when they will actually remove it 🤷‍♂️

@stefan6419846
Copy link

stefan6419846 commented Dec 21, 2022

Due to using only the stdlib unittest module, python -m unittest discover --verbose --start-directory tests/ should be enough in theory.

@jalan
Copy link
Owner Author

jalan commented Jan 12, 2023

Fixed, thanks to @stefan6419846 for the motivation 👍

@jalan jalan closed this as completed Jan 12, 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

No branches or pull requests

2 participants