add testing-requirements-file

This commit is contained in:
Thor77 2015-07-17 15:39:16 +02:00
parent df578d6087
commit e9cd3c78da
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ A simple Teamspeak stat-generator - based on server-logs
Run `tsstats.py` and point your web-server to the generated .html-file, now you will see some stats for your Teamspeak-Server parsed from the logs.
# Tests
- Install nose `pip3 install nose`
- Install testing-requirements `pip3 install -r testing_requirements.txt`
- Run `nosetests`
# Configuration

2
testing_requirements.txt Normal file
View File

@ -0,0 +1,2 @@
nose>=1.3.7
pep8>=1.6.2