We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa7187 commit 80ba38dCopy full SHA for 80ba38d
tests/test_MultiPythonThread.py
@@ -9,7 +9,7 @@
9
10
11
class TestMultiPythonThread(unittest.TestCase):
12
- def testMultiPythonThread(self):
+ def _testMultiPythonThread(self):
13
class Global:
14
count = 0
15
started = threading.Event()
0 commit comments