2015-01-21 19:14:11 +01:00
|
|
|
### Test Scripts
|
|
|
|
|
2015-01-21 13:49:51 +01:00
|
|
|
|
|
|
|
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
|
2015-01-21 13:49:51 +01:00
|
|
|
|
|
|
|
Directly execute the scripts, e.g.
|
|
|
|
|
|
|
|
|
2015-01-21 19:14:11 +01:00
|
|
|
#### Client
|
|
|
|
|
2015-01-21 13:49:51 +01:00
|
|
|
|
|
|
|
python test_clients.py
|
|
|
|
|
|
|
|
|
2015-01-21 19:14:11 +01:00
|
|
|
#### Progress
|
|
|
|
|
2015-01-21 13:49:51 +01:00
|
|
|
|
|
|
|
python test_progress.py
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-01-21 19:14:11 +01:00
|
|
|
#### Jobmanager Server-Client
|
|
|
|
|
2015-01-21 13:49:51 +01:00
|
|
|
|
|
|
|
Server:
|
|
|
|
|
|
|
|
python test_jobmanager.py server
|
|
|
|
|
|
|
|
|
|
|
|
Client
|
|
|
|
|
|
|
|
python test_jobmanager.py
|