소스 검색

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: