]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132742: Improve tests for fcntl.ioctl() (GH-132791)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Apr 2025 07:42:40 +0000 (10:42 +0300)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 07:42:40 +0000 (10:42 +0300)
commited8e886f4f59df4eceefeb7eef2e3d146967df34
tree346969d2fb892f31ffcfc5caabbc505a4d4bc275
parent632978f00549555f6e4391c0e24f599286471637
gh-132742: Improve tests for fcntl.ioctl() (GH-132791)

* Use better tests for integer argument.
* Add also parallel tests for tcflush() and tcflow().
Lib/test/test_ioctl.py
Lib/test/test_termios.py