jobmanager/tests
2015-01-21 19:42:20 +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 - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +01:00
test_clients.py - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +01:00
test_jobmanager.py - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +01:00
test_persistentData.py - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +01:00
test_progress.py - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +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