summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorRodrigue Cloutier <rodrigue.cloutier@ubisoft.com>2015-12-15 09:25:45 -0500
committerRodrigue Cloutier <rodrigue.cloutier@ubisoft.com>2015-12-15 09:25:45 -0500
commitd9ca4b3f6501effe8e8dca1de836c28ca3321b4e (patch)
treee24922bf8501aba5b2808e7ee5b32c9233dafcfd /tests/test_concurrency.py
parentedf6154e98b6b59a7f30898bc99e19b1bb2ce87d (diff)
downloadpython-coveragepy-d9ca4b3f6501effe8e8dca1de836c28ca3321b4e.tar.gz
Removed unnecessary setup in MultiprocessingTest class
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 97aa55f..0f5ffe9 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -222,9 +222,6 @@ class ConcurrencyTest(CoverageTest):
class MultiprocessingTest(CoverageTest):
"""Test support of the multiprocessing module."""
- def setUp(self):
- super(MultiprocessingTest, self).setUp()
-
def test_multiprocessing(self):
self.make_file("multi.py", """\
import multiprocessing