]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:30:28 +0000 (17:30 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 15:30:28 +0000 (15:30 +0000)
commitbf5ffa37710e954efb87cf9d94f9964dd3188f9d
tree4c1a032049fe3d7ed2f988e43bf78dc43c9c62ce
parent291063f7228990197313ccaaf9f31190c3fdf8b3
[3.13] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#154000)

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