Message147431
doctests by their very nature tend to overspecify things - that's why actual regression tests should be written with unittest, while doctest is kept for its originally intended purpose of testing examples included in docstrings and other documentation.
Still, there's also a reason why IGNORE_EXCEPTION_DETAIL is an available doctest option. |
|
| Date |
User |
Action |
Args |
| 2011-11-11 12:37:35 | ncoghlan | set | recipients:
+ ncoghlan, ezio.melotti, eric.araujo, petri.lehtinen |
| 2011-11-11 12:37:35 | ncoghlan | set | messageid: <[email protected]> |
| 2011-11-11 12:37:34 | ncoghlan | link | issue13349 messages |
| 2011-11-11 12:37:34 | ncoghlan | create | |
|