Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 451 Bytes

Nyctea

(pron. nis-tee-ah)
An input generation platform for testing distributed protocols.

Installation

python setup.py

QA

Run the quality assurance tests to make sure nyctea works on your system.
To run tests in bulk, use the following command sequence :

cd qa/
python unittests_driver.py

To run tests individually, use commands of the format :

python -m unittest Test_nyctea.Test_nyctea.test_nyctea_example_1