aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38bba39a..8a64ff96 100644
--- a/README.md
+++ b/README.md
@@ -58,3 +58,18 @@ Since OnionShare is a command line program, and using it involves copying and pa
127.0.0.1 - - [22/May/2014 11:31:02] "GET /912d927863347b7b97f7a268a4210694/download HTTP/1.1" 200 -
127.0.0.1 - - [22/May/2014 11:31:14] "GET /912d927863347b7b97f7a268a4210694/download HTTP/1.1" 200 -
+## Tests
+
+Onionshare includes [nose](https://nose.readthedocs.org/en/latest/) unit tests. First,
+
+```sh
+sudo pip install nose
+```
+
+Then run
+
+```sh
+nosetests test
+```
+
+in the onionshare project directory to run them.