KDahlgren / nyctea

An input generation platform for testing distributed protocols.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An input generation platform for testing distributed protocols.

License:MIT License


Languages

Language:Python 98.8%Language:Makefile 1.2%