Add options to doctest examples while they are running
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dtopt-0.1.tar.gz
(3.2 kB
view hashes)
Built Distribution
dtopt-0.1-py2.4.egg
(5.9 kB
view hashes)