]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100933: Improve `check_element` helper in `test_xml_etree` (#100934)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 8 Feb 2023 10:13:43 +0000 (13:13 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 10:13:43 +0000 (11:13 +0100)
commiteb49d32b9af0b3b01a5588626179187f11d145c9
treeb5036d0321c0d9ab18de5c848031f2a04625d1e5
parentfeec49c40736fc05626a183a8d14c4ebbea5ae28
gh-100933: Improve `check_element` helper in `test_xml_etree` (#100934)

Items checked by this test are always `str` and `dict` instances.
Lib/test/test_xml_etree.py