Closed prjemian closed 7 years ago
In punx.validate.validate_xml(), there is a clause that reads:
punx.validate.validate_xml()
except lxml.etree.DocumentInvalid as exc: msg = 'DocumentInvalid:\n' msg += 'file: ' + xml_file_name + '\n' msg += str(exc) raise Exception(msg)
build a test case for this code
In
punx.validate.validate_xml()
, there is a clause that reads:build a test case for this code