Skip to main content

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

This version

0.1

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)

Uploaded source

Built Distribution

dtopt-0.1-py2.4.egg (5.9 kB view hashes)

Uploaded 2 4

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page