Explorar o código

Prefix dont_test_spawn_and_kill with underscore

so that nosetests doesn't try to run it.
Marc Abramowitz %!s(int64=11) %!d(string=hai) anos
pai
achega
b517d3305c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: