Message147431
| Author | ncoghlan |
|---|---|
| Recipients | eric.araujo, ezio.melotti, ncoghlan, petri.lehtinen |
| Date | 2011-11-11.12:37:34 |
| SpamBayes Score | 0.005426885 |
| Marked as misclassified | No |
| Message-id | <1321015055.54.0.461330722947.issue13349@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1321015055.54.0.461330722947.issue13349@psf.upfronthosting.co.za> |
| 2011-11-11 12:37:34 | ncoghlan | link | issue13349 messages |
| 2011-11-11 12:37:34 | ncoghlan | create | |