Skip to content

gh-63882: Implement empty tests in test_minidom - #156677

Open
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:gh-63882-empty-tests
Open

gh-63882: Implement empty tests in test_minidom#156677
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:gh-63882-empty-tests

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Aug 30, 2026

Copy link
Copy Markdown
Member

The 25 tests defined as def testX(self): pass now test NamedNodeMap methods, the factory methods for namespaced nodes, parsing of elements, attributes, namespaces and processing instructions, and the traversal attributes.

testParse and testParseProcessingInstructions are limited to what is not already covered by testParseFromBinaryFile, testParseFromTextFile and testProcessingInstruction.

This makes PR #128948, which comments these tests out, unnecessary.

25 tests were defined as "def testX(self): pass" and reported success
without testing anything.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants