]> granicus.if.org Git - python/commit
Add test_subprocess.test_nonexisting_with_pipes() (#3133)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Aug 2017 21:51:31 +0000 (23:51 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2017 21:51:31 +0000 (23:51 +0200)
commit9a83f651f31b47b3f6c8b210f7807b26e8c373a5
tree3e86a6cfa48d9d8f310c3bbcf0239da1e60da5f1
parent4cab2cd0c05fcda5fcb128c9eb230253fff88c21
Add test_subprocess.test_nonexisting_with_pipes() (#3133)

bpo-30121: Test the Popen failure when Popen was created with pipes.
Create also NONEXISTING_CMD variable in test_subprocess.py.
Lib/test/test_subprocess.py