Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 349 Bytes

nomos-specs

Nomos related specification and documentation

Running Tests

To run all tests, run the following from the project root

python -m unittest -v

To test a specific module

python -m unittest -v cryptarchia.test_leader

Or all test modules in a directory

python -m unittest -v cryptarchia/test_*