diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-20 16:12:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-20 16:17:48 -0700 |
commit | cc85fa69262b6e937e9d675808ca779d15c6fd85 (patch) | |
tree | 1ed07b144819f39da895ae088fd78c75b77237d2 /README.md | |
parent | 5fa778fcf771b2512844e43e19e5785260ee0452 (diff) | |
download | fatcat-cc85fa69262b6e937e9d675808ca779d15c6fd85.tar.gz fatcat-cc85fa69262b6e937e9d675808ca779d15c6fd85.zip |
refactor tests around more
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 + |