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

Please included tests in pypi release #3

Closed
jlec opened this issue Oct 23, 2015 · 2 comments
Closed

Please included tests in pypi release #3

jlec opened this issue Oct 23, 2015 · 2 comments

Comments

@jlec
Copy link

jlec commented Oct 23, 2015

Downstream maintainers love to test, so please include the test suite in the pypi release.

@xolox xolox closed this as completed in eaf01bb Oct 24, 2015
@xolox
Copy link
Owner

xolox commented Oct 24, 2015

Hi Justin and thanks for the feedback! This was kind of already possible (the capturer.tests module was already included in PyPI releases) but I did just make it a bit easier when I released version 2.1.1:

virtualenv issue-3
pip install 'capturer >= 2.1.1'
python -m capturer.tests

Alternatively you can run python setup.py test which basically does the same thing in this case. I usually run my Python test suites under pytest and tox but I never require either, so the test suite runs fine without either installed.

@jlec
Copy link
Author

jlec commented Oct 24, 2015

Thanks for the fix.

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