aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea03c0a5..184b6f26 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,7 @@ Use `pipenv` (which you can install with `pip`).
pipenv shell
python3 fatcat/api.py
+
+Run tests:
+
+ pipenv run nosetests3 backend/ webface/