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

Allow running tests with tox without having to re/install the library #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

siavashg
Copy link

This PR makes it easier to run while developing the library by not requiring an installation of the library.

This requires tox as it's no longer recommended to run tests via python setup.py test

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.

Requirements:

pip install tox

To run tests:

tox

This also reduces risks for issues with mismatch between the installed version and the version being developed on when testing.

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.

1 participant