Skip to content

Dev Tests

Joshua Haas edited this page Oct 8, 2016 · 1 revision

Currently very basic unit tests are available in the tests/ directory. You can run all tests using python run_tests.py which runs all tests in the directory. Tests make heavy use of the "mock" modules included in this directory. Note that test_protocol.py tests all modules in protocols/ that match sibyl_*.py in a few basic ways. More comprehensive tests coming in the future.

Clone this wiki locally