jobmanager/test
2015-01-21 14:27:42 +01:00
..
README.md added readme 2015-01-06 17:19:28 +01:00
test_clients.py examine interchangeability of dict and namedtuple 2015-01-13 17:49:24 +01:00
test_decorators.py minor change to make python 3.4 compatible. Changed default behavior of progressBar decorator. The functions to be decorated NEEDS (c,m) in their definition. made it also possible to call the decorated functions with c or/and m as positional agruments. Added test for that, moved existing tests to test/test_decorators.py. This closes #11 2015-01-21 14:27:42 +01:00
test_jobmanager.py made const_arg beeing copied from client (seems more robust), fixed some trouble with catching 'Addresse in use error' 2015-01-15 16:17:58 +01:00
test_persistentData.py fixed some errors in PersistentDataStructur 2015-01-20 17:12:09 +01:00
test_progress.py Moved testing scripts to separate directory. 2014-12-28 13:29:21 +01:00

Test Scripts

Execute the scripts using python or use pytest.

Client

python test_clients.py

Progress

python test_progress.py

Jobmanager Server-Client

Server:

python test_jobmanager.py server

Client

python test_jobmanager.py