Update README with testing information.

This commit is contained in:
Connor Mendenhall 2014-06-02 22:50:52 -05:00
parent d64af1673a
commit 88eeaf47fa

View File

@ -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.