]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Aug 2021 14:31:00 +0000 (07:31 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 14:31:00 +0000 (07:31 -0700)
commit4e0147ec50aa62315c5a9aa7c88c181f57aadf42
treefd320e6f85d42939453aae18d08b11f2ff460466
parentd86bbe3cff0abefc13e5462cca1fb3344d4a5b52
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)

(cherry picked from commit 8ed183391241f0c73e7ba7f42b1d49fc02985f7b)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_file.py