Nomos related specification and documentation
To run all tests, run the following from the project root
python -m unittest -vTo test a specific module
python -m unittest -v cryptarchia.test_leaderOr all test modules in a directory
python -m unittest -v cryptarchia/test_*