Skip to content

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