jobmanager/tests/README.md

42 lines
440 B
Markdown
Raw Normal View History

2015-01-21 19:14:11 +01:00
### Test Scripts
This will run all tests:
python runtests.py
Beautiful html output is possible with (Unix, package `aha` required)
./runtests_html.sh
2015-01-21 19:14:11 +01:00
### Running single tests
Directly execute the scripts, e.g.
2015-01-21 19:14:11 +01:00
#### Client
python test_clients.py
2015-01-21 19:14:11 +01:00
#### Progress
python test_progress.py
2015-01-21 19:14:11 +01:00
#### Jobmanager Server-Client
Server:
python test_jobmanager.py server
Client
python test_jobmanager.py