jobmanager/tests
2015-04-02 16:52:29 +02:00
..
README.md Update README.md 2015-01-21 19:14:11 +01:00
runtests.py - added runtests.py (blob of pytest) 2015-01-21 19:06:00 +01:00
runtests_html.sh some intermed state 2015-01-22 15:27:13 +01:00
test_clients.py removed ipython 2015-02-16 15:29:47 +01:00
test_decorators.py minor bugfixes which occured whe using non tty as stdout 2015-02-17 00:40:21 +01:00
test_jobmanager.py made some more changes when dealing with Socket Exception to work with python2 also 2015-04-02 16:52:29 +02:00
test_persistentData.py test 'not in' for persistentDataStruture 2015-01-29 14:12:03 +01:00
test_progress.py minor code formatting 2015-04-01 15:18:09 +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