Mention issue 713 in the test's docstring
This commit is contained in:
parent
0b0406fa85
commit
a0da7b9774
|
@ -354,6 +354,9 @@ class TestDoctests:
|
||||||
reprec.assertoutcome(skipped=1, failed=1, passed=0)
|
reprec.assertoutcome(skipped=1, failed=1, passed=0)
|
||||||
|
|
||||||
def test_junit_report_for_doctest(self, testdir):
|
def test_junit_report_for_doctest(self, testdir):
|
||||||
|
"""
|
||||||
|
#713: Fix --junit-xml option when used with --doctest-modules.
|
||||||
|
"""
|
||||||
p = testdir.makepyfile("""
|
p = testdir.makepyfile("""
|
||||||
def foo():
|
def foo():
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue