summaryrefslogtreecommitdiff
path: root/tests/test_doctest.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+2
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+2
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | #553: Added :rst:dir:`testcleanup` blocks in the doctest extension.Georg Brandl2011-01-031-0/+10
|/
* #310: support exception messages in the ``testoutput`` blocks of the ↵Georg Brandl2010-01-021-0/+24
``doctest`` extension. Also add minimal test cases for the doctest extension.