]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move the BrokenPipeError tests to the POSIXProcessTestCase class
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sun, 5 Jun 2016 02:57:47 +0000 (02:57 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sun, 5 Jun 2016 02:57:47 +0000 (02:57 +0000)
commit2daf8e7f76c2b6917468dc50ebae792f34481cf4
treee4e9f7be6747c016902c0fb5d5bcf50c10779c1e
parent92b4b5a863bcdc09150bf3668092e4ceb7abec44
Move the BrokenPipeError tests to the POSIXProcessTestCase class
instead of the generic ProcessTestCase class as they are posix
specific.
Lib/test/test_subprocess.py