We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f5e08 commit 62a6391Copy full SHA for 62a6391
README.rst
@@ -73,5 +73,5 @@ Example:
73
# Check namespace
74
self.assertXmlNamespace(root, 'ns', 'uri')
75
# Check
76
- self.assertXpathsUniqueValue(root, ('./leaf@id', ))
77
- self.assertXpathValues(root, './leaf@active', ('on', 'off'))
+ self.assertXpathsUniqueValue(root, ('./leaf/@id', ))
+ self.assertXpathValues(root, './leaf/@active', ('on', 'off'))
0 commit comments