mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 12:44:40 -04:00
add testing-requirements-file
This commit is contained in:
parent
df578d6087
commit
e9cd3c78da
2 changed files with 3 additions and 1 deletions
|
@ -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
2
testing_requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
nose>=1.3.7
|
||||
pep8>=1.6.2
|
Loading…
Add table
Reference in a new issue