]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 23 Apr 2025 18:45:55 +0000 (21:45 +0300)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 18:45:55 +0000 (21:45 +0300)
commit4b4b9fbb06198f65424ed5be06c59f8b2801b99b
treee5f9dcd9677bfdfc385535abb73098bf69d91436
parente2c69d36d16227a751c2d9c0f8a919cecf6b3048
gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848)

* Skip test_ioctl_tcflush if termios.TCFLSH is not available.
* Do not skip ALL ioctl() tests when /dev/tty is not available.
Lib/test/test_ioctl.py