From b86f1995ec33d3a09fa65e78bb289998389bf36b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 4 Jul 2019 21:44:03 +0100 Subject: [PATCH] Notes on tests --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab3f287..a65795fe 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +## 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 +```