jobmanager/tests
2016-11-27 22:51:34 +01: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 new ArgsContainer passes tests in Py34 and Py35 2016-11-22 16:31:07 +01:00
test_jobmanager.py use pipes to make argscontainer work in multiprocess env 2016-11-27 22:51:34 +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