]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028)
authorJon Janzen <jjjonjanzen@gmail.com>
Sat, 2 Nov 2019 14:48:22 +0000 (09:48 -0500)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 Nov 2019 14:48:22 +0000 (16:48 +0200)
commitfe934e1d03bca6ca6dd1bf87fce1695eeac984ce
tree770156238fb284d047ee4f241c590a04699ef807
parent952899704800a5aa438e84d50f0b6fc498c72e89
[3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028)

* 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.
(cherry picked from commit d0d9f7cfa36bafa4e1d9e73eb08835180d376df1)

Co-authored-by: Jon Janzen <jjjonjanzen@gmail.com>
Doc/library/plistlib.rst
Lib/test/test_plistlib.py