Read the pytddmon blog and more documentation at
Install pytddmon
from PyPI:
pip install pytddmon
You can now run pytddmon.py
from anywhere.
Copy src/pytddmon.py
to your projects' root folder. From there, type:
python pytddmon.py
See License.txt. Basically MIT / do whatever.
src/ contains pytddmon.py
src/tests unit tests for pytddmon.py
logo/ pytddmon logo
systest/ contains systest.py, lots of folders and a Readme.txt
(used for end-to-end regression testing pytddmon.py)
TravisCI is used for automatic unit and integration testing when a pull request arrives at Github.
However, you may want to run the automatic tests locally before requesting a pull.
cd pytddmon/src
python pytddmon.py
cd pytddmon/systest
python systest.py