diff options
author | kali <kali@leap.se> | 2012-08-08 17:33:47 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-08 17:33:47 +0900 |
commit | 81e0e2bc82757425bebfb659e6c2cb873bc88ec9 (patch) | |
tree | bf8faf83ea2f1a5f43085dff6fc284c54e8dc5df /tests/test_conductor.py | |
parent | 3516661f431791b8158179f3a5f87af6b05d85a8 (diff) |
reset tests + run_tests script + very simple first test.
Diffstat (limited to 'tests/test_conductor.py')
-rw-r--r-- | tests/test_conductor.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_conductor.py b/tests/test_conductor.py deleted file mode 100644 index c8e5d54a..00000000 --- a/tests/test_conductor.py +++ /dev/null @@ -1,8 +0,0 @@ - -# Ideas for testing conductor: -# - test_process_spawning -# - test_process_watching_pipe -# - test_process_output_callback - -# - test_status_change -# - test_status_change_callback |