jobmanager/tests
2015-11-11 21:59:42 +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 works now with py2.7 2015-11-11 21:20:14 +01:00
start_autoproxy_server.py remove debug-print messages 2015-08-25 09:54:27 +02:00
test_binfootprint.py used bytes / str (3.4/2.7) and data storage, so the bin foot print is now hashable 2015-11-11 21:59:42 +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 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_persistentData.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_progress.py added optional info line 2015-06-26 17:01:05 +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