Skip to main content

A simple pytest plugin to import names and add them to the doctest namespace.

Project description

PyPI Version Build Status Code Coverage

A simple pytest plugin to import names and add them to the doctest namespace.

Installing

Install this package with

pip install pytest-doctest-import

Usage

Simply pass the import names to --doctest-import when instantiating pytest.

To get the equivalent of import package.module use

pytest --doctest-modules --doctest-import "package.module"

To get the equivalent of from package import * use

pytest --doctest-modules --doctest-import "*<package"

To get the equivalent of from package import module as mymodule use

pytest --doctest-modules --doctest-import "module@mymodule<package"

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-doctest-import-0.1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

pytest_doctest_import-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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