]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40094: Enhance fork and wait tests (GH-19259)
authorVictor Stinner <vstinner@python.org>
Tue, 31 Mar 2020 19:46:40 +0000 (21:46 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 19:46:40 +0000 (21:46 +0200)
commit27c6231f5827fe17c6cb6f097391931f30b511ec
treeb0f36e377cd2f3a0c7f2b9c08e26eaa51047fdb5
parent278c1e159c970da6cd6683d18c6211f5118674cc
bpo-40094: Enhance fork and wait tests (GH-19259)

* test_fork1: remove duplicated wait_impl() method: reuse
  fork_wait.py implementation instead.
* Use exit code different than 0 to ensure that we executed the
  expected code path.
Lib/test/fork_wait.py
Lib/test/test_fork1.py
Lib/test/test_wait3.py
Lib/test/test_wait4.py