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
commit24f2dd5b4f8954133c4767905a67352d50e3e465 (patch)
treefa446cf0040116209ec4bce53b7631900286446e /tests/test_concurrency.py
parentc411cc843c6cb70620b16cbaf12a5a0610f27f21 (diff)
downloadpython-coveragepy-git-24f2dd5b4f8954133c4767905a67352d50e3e465.tar.gz
Removed unnecessary setup in MultiprocessingTest class
--HG-- branch : windows_multiprocessing_support
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 97aa55ff..0f5ffe95 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