diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index b7c115d8e..05573ad68 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -295,7 +295,7 @@ class TestPython: assert M1 == M2 """) result, dom = runandparse(testdir) - # print dom.toxml() + print(dom.toxml()) def test_pass_captures_stdout(self, testdir): testdir.makepyfile("""