diff --git a/testing/test_doctest.py b/testing/test_doctest.py index f740b8484..2fc683b1a 100644 --- a/testing/test_doctest.py +++ b/testing/test_doctest.py @@ -354,6 +354,9 @@ class TestDoctests: reprec.assertoutcome(skipped=1, failed=1, passed=0) def test_junit_report_for_doctest(self, testdir): + """ + #713: Fix --junit-xml option when used with --doctest-modules. + """ p = testdir.makepyfile(""" def foo(): '''