Переглянути джерело

Prefix dont_test_spawn_and_kill with underscore

so that nosetests doesn't try to run it.
Marc Abramowitz 11 роки тому
батько
коміт
b517d3305c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      supervisor/tests/test_process.py

+ 1 - 1
supervisor/tests/test_process.py

@@ -588,7 +588,7 @@ class SubprocessTests(unittest.TestCase):
         instance.dispatchers[stdin_fd].flush_error = errno.EPIPE
         self.assertRaises(OSError, instance.write, sent)
 
-    def dont_test_spawn_and_kill(self):
+    def _dont_test_spawn_and_kill(self):
         # this is a functional test
         from supervisor.tests.base import makeSpew
         try: