jobmanager/test
2015-01-14 15:07:01 +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 intermed work on const_arg copy vs shared, handling port used Error, some highlighting 2015-01-14 15:07:01 +01:00
test_persistentData.py extending the PersistentData_Server, and some testing 2015-01-12 17:02:49 +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