资 源 简 介
A small script that continuously run unit testing as you modify your code.
Install (need Python 2.6+)
hg clone http://continuous-test.googlecode.com/hg/ continuous-test-read-onlycd continuous-test-read-onlypython setup.py install
Usage
cd python -m contest.main
Note
Your test files should fnmatch test_*.py or *_test.py or *Test.py
Another usages
python -m contest.main -rf abc.py python abc.py
python -m contest.main -rf "*.c" make