]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 15:34:41 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 15:34:41 +0000 (15:34 +0000)
commit02a91ea88cbba8d547b01ee308e4f9d2fbb3091f
tree9219f7f8fae4bbe99a0639ebf06d71c64d183c1b
parent27c5953a550244fceea47f03b8749587a04d097b
[3.14] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#153998)

Add test coverage to check execution of GetoptError.__str__ (GH-153941)

* Increase test coverage of getopt to check execution of GetoptError.__str__

* Add test coverage to check execution of GetoptError.__str__

* Add test coverage to check execution of GetoptError.__str__

* Add test coverage to check execution of GetoptError.__str__

* Add test coverage to check execution of GetoptError.__str__

* Add test coverage to check execution of GetoptError.__str__
(cherry picked from commit 9adef68a7956744b804d09c8b8b06c8c171053e5)

Co-authored-by: Manith Hettiarachchilage <manithhetti@gmail.com>
Lib/test/test_getopt.py