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 6fdb57e commit 6336fe8Copy full SHA for 6336fe8
tests/testsuite.py
@@ -323,8 +323,7 @@ def test_xmlrunner_non_ascii(self):
323
outdir.seek(0)
324
output = outdir.read()
325
self.assertIn(
326
- u'<skipped message="demonstrating non-ascii skipping: éçà" '
327
- u'type="skip"/>'.encode('utf8'),
+ u'message="demonstrating non-ascii skipping: éçà"'.encode('utf8'),
328
output)
329
330
def test_xmlrunner_safe_xml_encoding_name(self):
0 commit comments