Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/test/test_minidom.py
  • Loading branch information
terryjreedy authored Jan 18, 2025
commit 2c364f5e8577c3b814693e8d114e91b9ee1b6ed3
6 changes: 2 additions & 4 deletions Lib/test/test_minidom.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,9 @@ def testChangeAttr(self):
## def testGetAttrList(self):
## pass

## def testGetAttrValues(self):
## pass
## def testGetAttrValues(self): pass

## def testGetAttrLength(self):
## pass
## def testGetAttrLength(self): pass

def testGetAttribute(self):
dom = Document()
Expand Down