]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-100933: Improve `check_element` helper in `test_xml_etree` (GH-100934)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Feb 2023 11:40:40 +0000 (03:40 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 11:40:40 +0000 (12:40 +0100)
commitc51cd54b6560879c35ec6d36f8ec72194c4f27a9
tree65e408e2a9948a749e71006625e3afcdb68bed83
parenta0b7c3fd2a957174550eca430590f3345b595cd8
[3.10] gh-100933: Improve `check_element` helper in `test_xml_etree` (GH-100934) (#101687)

Items checked by this test are always `str` and `dict` instances.
(cherry picked from commit eb49d32b9af0b3b01a5588626179187f11d145c9)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_xml_etree.py