]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25220: Add test for --wait in test_regrtest
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 12:17:09 +0000 (14:17 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 12:17:09 +0000 (14:17 +0200)
commit427713403546696d1171905095089dccef39c54c
tree0a9e310740872eb64f29f35e149b358c7842d6f9
parentfeabaed054ae94cf1104d21f2c13568c5c8b6622
Issue #25220: Add test for --wait in test_regrtest

Replace script_helper.assert_python_ok() with subprocess.run().
Lib/test/test_regrtest.py