fix Issue 274 - dont fail when doctest does not know the example location

instead only the last test is shown, this could use some further enhancement
This commit is contained in:
Ronny Pfannschmidt
2013-03-24 20:05:29 +01:00
parent 5e479c94ce
commit 93da606763
3 changed files with 38 additions and 5 deletions
+3
View File
@@ -1,6 +1,9 @@
Changes between 2.3.4 and 2.3.5dev
-----------------------------------
- Issue 274 - dont try to show full doctest example
when doctest does not know the example location
- issue 280 - disable assertion rewriting on buggy CPython 2.6.0
- inject "getfixture()" helper to retrieve fixtures from doctests,