jobmanager/tests
2015-01-28 21:04:09 +01:00
..
README.md Update README.md 2015-01-21 19:14:11 +01:00
runtests.py - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +01:00
runtests_html.sh some intermed state 2015-01-22 15:27:13 +01:00
test_clients.py some changed to make the test run with python2.7, and some more tests, still not done jet 2015-01-23 15:15:18 +01:00
test_decorators.py moved test_decorator.py to tests (like all others 2015-01-27 13:56:24 +01:00
test_jobmanager.py some changed to make the test run with python2.7, and some more tests, still not done jet 2015-01-23 15:15:18 +01:00
test_persistentData.py minor bugfixes in PDS 2015-01-27 19:48:14 +01:00
test_progress.py some changed to make the test run with python2.7, and some more tests, still not done jet 2015-01-23 15:15:18 +01:00
test_servers.py moved script to new tests folder 2015-01-21 19:42:20 +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

Running single tests

Directly execute the scripts, e.g.

Client

python test_clients.py

Progress

python test_progress.py

Jobmanager Server-Client

Server:

python test_jobmanager.py server

Client

python test_jobmanager.py