diff options
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 69157968..2e784cc4 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -558,7 +558,7 @@ class MultiprocessingTest(CoverageTest): assert "Exception during multiprocessing bootstrap init" in out assert "Exception: Crashing because called by _bootstrap" in out - def test_bug890(self): + def test_bug_890(self): # chdir in multiprocessing shouldn't keep us from finding the # .coveragerc file. self.make_file("multi.py", """\ |