dtopt 0.1
Add options to doctest examples while they are running
When using the doctest module it is often convenient to use the ELLIPSIS option, which allows you to use ... as a wildcard. But you either have to setup the test runner to use this option, or you must put #doctest: +ELLIPSIS on every example that uses this feature.
dtopt lets you enable this option globally from within a doctest, by doing:
>>> from dtopt import ELLIPSIS
(The options NORMALIZE_WHITESPACE and COMPARE are also available)
You can install this from the subversion repository with easy_install dtopt==dev.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| dtopt-0.1-py2.4.egg (md5) | Python Egg | 2.4 | 2007-08-10 | 5KB | 1058 |
| dtopt-0.1.tar.gz (md5) | Source | 2007-08-10 | 3KB | 7229 | |
- Author: Ian Bicking
- Home Page: http://pypi.python.org/pypi/dtopt/
- Keywords: doctest
- License: MIT
- Categories
- Package Index Owner: ianb
- DOAP record: dtopt-0.1.xml
