We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5991ede commit 9c32cfbCopy full SHA for 9c32cfb
test/test_parser_xml.py
@@ -41,5 +41,8 @@ def test_invalid_version(self):
41
def test_ignore_errors(self):
42
filename = "ignore_errors.xml"
43
44
+ with self.assertRaises(ParserException):
45
+ _ = self.xml_reader.from_file(os.path.join(self.basepath, filename))
46
+
47
doc = self.xml_reader_ignore.from_file(os.path.join(self.basepath, filename))
48
doc.pprint()
0 commit comments