forked from indymedia/epicyon
Notes on tests
parent
95625b9a58
commit
b86f1995ec
16
README.md
16
README.md
|
@ -11,4 +11,18 @@ Also: https://raw.githubusercontent.com/w3c/activitypub/gh-pages/activitypub-tut
|
||||||
``` bash
|
``` bash
|
||||||
sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4
|
sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4
|
||||||
sudo pip install commentjson
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue