Skip to content

Commit

Permalink
don't show doctest failure class, cuz Travis shows assertion errors (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 12, 2015
1 parent 842c1dc commit 2d1dbaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zope/testing/doctestcase.txt
Expand Up @@ -116,7 +116,7 @@ The DocTest constructor accepts standard ``optionflags`` and
... print(e) # doctest: +ELLIPSIS
Traceback (most recent call last):
...
...DocTestFailureException: Failed doctest test for <string>
...: Failed doctest test for <string>
File "<string>", line 0, in <string>
<BLANKLINE>
----------------------------------------------------------------------
Expand All @@ -131,7 +131,7 @@ The DocTest constructor accepts standard ``optionflags`` and
<BLANKLINE>
Traceback (most recent call last):
...
...DocTestFailureException: Failed doctest test for test3
...: Failed doctest test for test3
File "None", line 10, in test3
<BLANKLINE>
----------------------------------------------------------------------
Expand All @@ -146,7 +146,7 @@ The DocTest constructor accepts standard ``optionflags`` and
<BLANKLINE>
Traceback (most recent call last):
...
...DocTestFailureException: Failed doctest test for test4f.txt
...: Failed doctest test for test4f.txt
File "...test4f.txt", line 0, in txt
<BLANKLINE>
----------------------------------------------------------------------
Expand Down

0 comments on commit 2d1dbaf

Please sign in to comment.