From a0da7b977428ca17a0a5b5b9d6cb120e20ba339f Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 16 Jun 2015 20:42:49 -0300 Subject: [PATCH] Mention issue 713 in the test's docstring --- testing/test_doctest.py | 3 +++ 1 file changed, 3 insertions(+) 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(): '''