update unit test

This commit is contained in:
clowwindy
2014-10-31 15:02:12 +08:00
parent 3fc543cb7f
commit 8454220adc
2 changed files with 28 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_install:
- sudo tests/socksify/install.sh
script:
- pep8 .
- nosetests shadowsocks/*
- python tests/nose_plugin.py
- python tests/test.py -c tests/table.json
- python tests/test.py -c tests/aes.json
- python tests/test.py -c tests/aes-ctr.json