add unit test for daemon

This commit is contained in:
clowwindy
2014-12-21 13:46:27 +08:00
parent 134497c24f
commit 28347b685e
3 changed files with 55 additions and 4 deletions

View File

@ -18,6 +18,7 @@ script:
- pyflakes .
- coverage run tests/nose_plugin.py -v
- python setup.py sdist
- tests/test_daemon.sh
- python tests/test.py --with-coverage -c tests/aes.json
- python tests/test.py --with-coverage -c tests/aes-ctr.json
- python tests/test.py --with-coverage -c tests/aes-cfb1.json