jobmanager/tests
2016-09-19 17:06:43 +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 2015-11-12 14:12:24 +01:00
start_autoproxy_server.py remove debug-print messages 2015-08-25 09:54:27 +02:00
test_binfootprint.py fixed doc and tests 2015-11-13 16:13:23 +01:00
test_clients.py some changes made to use binfootprint to distinguish argumets -> still needs some python2 suppoer, I'm working on this 2015-11-11 15:06:48 +01:00
test_decorators.py some changes made to use binfootprint to distinguish argumets -> still needs some python2 suppoer, I'm working on this 2015-11-11 15:06:48 +01:00
test_jobmanager.py major chages in the organization of the JM package, also added logging system to be able to handle subprocess logs -> this is going to be pypy version 0.2 2016-09-19 17:06:43 +02:00
test_persistentData.py hdf5 almost running 2016-08-30 16:22:07 +02:00
test_persistentData_hdf5.py make SQL PDS deprecated, added efficient size handling for HD5 PDS 2016-09-06 12:38:29 +02: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