Skip to content

Commit

Permalink
move tests and remove config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Jul 12, 2014
1 parent 0df13b5 commit 68b9a06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ before_install:
- pip install m2crypto salsa20
- sudo tests/socksify/install.sh
script:
- python test.py -c tests/table.json
- python test.py -c tests/aes.json
- python test.py -c tests/salsa20.json
- python test.py -c tests/server-multi-ports.json
- python test.py -c tests/server-multi-passwd.json
- python test.py -c tests/server-multi-passwd-table.json
- python test.py -c tests/workers.json
- python tests/test.py -c tests/table.json
- python tests/test.py -c tests/aes.json
- python tests/test.py -c tests/salsa20.json
- python tests/test.py -c tests/server-multi-ports.json
- python tests/test.py -c tests/server-multi-passwd.json
- python tests/test.py -c tests/server-multi-passwd-table.json
- python tests/test.py -c tests/workers.json
10 changes: 0 additions & 10 deletions config.json

This file was deleted.

2 changes: 2 additions & 0 deletions test.py → tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import time
from subprocess import Popen, PIPE

sys.path.insert(0, '../')

if 'salsa20' in sys.argv[-1]:
from shadowsocks import encrypt_salsa20
encrypt_salsa20.test()
Expand Down
File renamed without changes.

0 comments on commit 68b9a06

Please sign in to comment.