added automatic test explanation on how to run them

This commit is contained in:
Alvaro Andrés Rodríguez Scelza 2019-06-02 20:27:19 -03:00
parent d6a73bebe5
commit 5462949e51

View file

@ -0,0 +1,6 @@
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 --fail-under 100