jobmanager/test
2015-01-07 14:23:55 +01:00
..
README.md added readme 2015-01-06 17:19:28 +01:00
test_clients.py removed call_back in integration_client (was bad idea because of the shared memory), added persistent data structure classes using sqlitedict in a directory manner to achieve tree like structures (will be used to implement a persistent data client), some minor changes 2015-01-06 17:51:27 +01:00
test_jobmanager.py Moved testing scripts to separate directory. 2014-12-28 13:29:21 +01:00
test_persistentData.py persistentData seems to work, including some testing 2015-01-07 14:23:55 +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