◐ Shell
clean mode source ↗

Slightly improve plistlib test coverage by bigfootjon · Pull Request #17025 · python/cpython

added 2 commits

October 31, 2019 22:48

brandtbucher

serhiy-storchaka

serhiy-storchaka

brandtbucher

serhiy-storchaka pushed a commit that referenced this pull request

Nov 2, 2019
* 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 d0d9f7c)

Co-authored-by: Jon Janzen <jjjonjanzen@gmail.com>

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
* Add missing test class (mistake in pythonGH-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

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
* Add missing test class (mistake in pythonGH-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