diff options
author | kali <kali@leap.se> | 2012-07-22 21:10:15 -0700 |
---|---|---|
committer | kali <kali@leap.se> | 2012-07-22 21:10:15 -0700 |
commit | c46d8da153ac658c8bd145376e22b1218db1090a (patch) | |
tree | 0943a4a866d9f3b1bc590c1c23f810ca13635f9e /tests/test_conductor.py |
initial import
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 |