]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add test coverage to check execution of GetoptError.__str__ (#153941)
authorManith Hettiarachchilage <manithhetti@gmail.com>
Sat, 18 Jul 2026 15:00:13 +0000 (16:00 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 15:00:13 +0000 (15:00 +0000)
commit9adef68a7956744b804d09c8b8b06c8c171053e5
tree785661bb825dbcda94a0a3ed9a0bda167d64acb3
parent46e950fc0df8ad300497d612c4c9de3e5a1e87f3
Add test coverage to check execution of GetoptError.__str__ (#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__
Lib/test/test_getopt.py