An artifact is created in xml in testcase classname="<nose.suite" when unittest is skipped on setUpClass(). No parser could escape this.
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" errors="0" failures="0" skip="1"><testcase classname="<nose.suite" name="ContextSuite context=Amz>:setup" time="0.000"><skipped type="unittest.case.SkipTest" message="..."></skipped><system-out><></system-out></testcase></testsuite>
An artifact is created in xml in testcase classname="<nose.suite" when unittest is skipped on setUpClass(). No parser could escape this.
<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1" errors="0" failures="0" skip="1"><testcase classname="<nose.suite" name="ContextSuite context=Amz>:setup" time="0.000"><skipped type="unittest.case.SkipTest" message="..."></skipped><system-out><></system-out></testcase></testsuite>