Skip to content

Commit 833beea

Browse files
authored
Update Lib/test/test_minidom.py
1 parent becd136 commit 833beea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_minidom.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ def testChangeAttr(self):
395395
and el.getAttribute("spam2") == "bam2")
396396
dom.unlink()
397397

398+
# TODO Replace empty tests below, marked with '##', with real tests.
399+
398400
## def testGetAttrList(self):
399401
## pass
400402

0 commit comments

Comments
 (0)