diff options
Diffstat (limited to 'tests/test_conductor.py')
-rw-r--r-- | tests/test_conductor.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_conductor.py b/tests/test_conductor.py new file mode 100644 index 00000000..c8e5d54a --- /dev/null +++ b/tests/test_conductor.py @@ -0,0 +1,8 @@ + +# Ideas for testing conductor: +# - test_process_spawning +# - test_process_watching_pipe +# - test_process_output_callback + +# - test_status_change +# - test_status_change_callback |