pre-commit-hooks/pre_commit_hooks/loaderon_hooks/Documentation/automatic_testing.txt
2019-06-13 21:44:33 -03:00

6 lines
242 B
Text

In order to run automatic tests and know test coverage, following commands are suggested (notice that will run
ALL pre_commit_hooks tests, not only Loaderon's):
coverage erase
coverage run --source pre_commit_hooks -m pytest
coverage report