jobmanager/tests
2018-06-28 15:13:21 +02:00
..
README.md Update README.md 2015-01-21 19:14:11 +01:00
runtests.py run with pytest2.6 generated by python 3.4 2015-11-10 00:11:41 +01:00
runtests_html.sh save work in progress 2016-09-28 16:14:01 +02:00
test_clients.py ArgsContainer and ClosableQueue are working 2016-12-09 15:33:38 +01:00
test_jobmanager.py added signalDelay to fix dead lock problems on client timeout, also work in progress to make the test run 2018-06-28 15:13:21 +02:00
test_signalDelay.py added signalDelay to fix dead lock problems on client timeout, also work in progress to make the test run 2018-06-28 15:13:21 +02: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