Mention issue 713 in the test's docstring

This commit is contained in:
Bruno Oliveira 2015-06-16 20:42:49 -03:00
parent 0b0406fa85
commit a0da7b9774
1 changed files with 3 additions and 0 deletions

View File

@ -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():
'''