Kaynağa Gözat

Prefix dont_test_spawn_and_kill with underscore

so that nosetests doesn't try to run it.
Marc Abramowitz 11 yıl önce
ebeveyn
işleme
b517d3305c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: