mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
440 B
440 B
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