aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-03-21 18:46:23 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-03-21 18:46:23 -0700
commitd66fed95534d7a443e2cf84e9290d0c9bdf72311 (patch)
tree8e4144cd5ff6b4668661468871c8049697d6a05b /README.md
parente425bdfc377a64613a1cb9995b40be7008440ca2 (diff)
downloadfatcat-d66fed95534d7a443e2cf84e9290d0c9bdf72311.tar.gz
fatcat-d66fed95534d7a443e2cf84e9290d0c9bdf72311.zip
WIP
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/