jobmanager/test
2015-01-19 17:50:38 +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_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 persistent Data can now assign other persistentDataStructures as values, testing for that included 2015-01-19 17:40:25 +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