]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 09:09:28 +0000 (11:09 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 09:09:28 +0000 (09:09 +0000)
commitb51ecd89c63ba5217b555e97953fb71933ce47d4
treebee07da4cc5d939e6bbcca21342b558e1733f98f
parent9ba9c56aab8fa6ba9dcd3a13a8bec0def85cd0b9
[3.15] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#153997)

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