jobmanager/tests
Paul Müller 5a0dc656a2 - added runtests.py (blob of pytest)
- html output with aha uses runtests.py
- renamed test directory
2015-01-21 19:06:00 +01:00
..
README.md - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +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 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