diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,3 +21,7 @@ Use `pipenv` (which you can install with `pip`). Run tests: pipenv run pytest + + # for coverage: + pipenv run pytest --cov --cov-report html + |