Notes on tests

master
Bob Mottram 2019-07-04 21:44:03 +01:00
parent 95625b9a58
commit b86f1995ec
1 changed files with 15 additions and 1 deletions

View File

@ -11,4 +11,18 @@ Also: https://raw.githubusercontent.com/w3c/activitypub/gh-pages/activitypub-tut
``` bash
sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4
sudo pip install commentjson
```
```
## Running Tests
To run the unit tests:
``` bash
python3 epicyon.py --tests
```
To run the network tests. These simulate instances exchanging messages.
``` bash
python3 epicyon.py --testsnetwork
```