Kaydet (Commit) a86b262d authored tarafından Georg Brandl's avatar Georg Brandl

Fix bad inheritance in test_subprocess that led to a number of tests being executed twice.

üst 8848255d
......@@ -1702,7 +1702,7 @@ class CommandsWithSpaces (BaseTestCase):
self.with_spaces([sys.executable, self.fname, "ab cd"])
class ContextManagerTests(ProcessTestCase):
class ContextManagerTests(BaseTestCase):
def test_pipe(self):
with subprocess.Popen([sys.executable, "-c",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment