aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorConnor Mendenhall <ecmendenhall@gmail.com>2014-06-02 22:50:52 -0500
committerConnor Mendenhall <ecmendenhall@gmail.com>2014-06-02 22:55:02 -0500
commit88eeaf47fad63351cb2927ad6903bc75766459fb (patch)
treea451530084eaa69a52745df2435333d260d4f174 /README.md
parentd64af1673af84bf107a12d44723b84f7f9bee5a1 (diff)
downloadonionshare-88eeaf47fad63351cb2927ad6903bc75766459fb.tar.gz
onionshare-88eeaf47fad63351cb2927ad6903bc75766459fb.zip
Update README with testing information.
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.