]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Slightly improve plistlib test coverage. (GH-17025)
authorJon Janzen <jjjonjanzen@gmail.com>
Fri, 1 Nov 2019 16:45:01 +0000 (11:45 -0500)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Nov 2019 16:45:01 +0000 (18:45 +0200)
commitd0d9f7cfa36bafa4e1d9e73eb08835180d376df1
tree2b2f59b9f77462ed26592395cfa1c1d631daddb5
parent9bc94eca0c69a551f928692364a99e9b67c4a45b
Slightly improve plistlib test coverage. (GH-17025)

* Add missing test class (mistake in GH-4455)

* Increase coverage with 4 more test cases

* Rename neg_uid to huge_uid in test_modified_uid_huge

* Replace test_main() with unittest.main()

* Update plistlib docs
Doc/library/plistlib.rst
Lib/test/test_plistlib.py