]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:11:54 +0000 (03:11 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 11:11:54 +0000 (12:11 +0100)
commit5f0b81905084eb5da7131d06a6a4f15beeab460f
tree38df507172414b456841d5f8d3d9f26ecba359f2
parentefcab386990576338f318f1adc839bbc694fa87e
[3.11] gh-100933: Improve `check_element` helper in `test_xml_etree` (GH-100934) (#101686)

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