-
Notifications
You must be signed in to change notification settings - Fork 209
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
Improve pytest setuptools integration #2027
Improve pytest setuptools integration #2027
Conversation
Would it be good to:
|
Adding |
Is this still relevant? |
Agree with @dnjohnstone - @ericpre is this, and the related issue #2020, still relevant? Or can the issue and PR both be closed. |
Sorry @ericpre that was meant to be sent as a pull request, not a push...! |
In order to improve and simplify all these (testing, packaging, etc.), I suspect that it may be good looking at using |
Any update on this one? Should it be included in 1.6.2? |
I have left this one on hold, because I think that the build tool/configuration are still fluid at the moment... Closing it for now. |
Makes setup.py more consistent (see #2020) following [pytest good practices recommandation].(https://docs.pytest.org/en/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runner)
python setup.py test
to run the test suite -see setuptools documentation,