Skip to main content

Call pytest from a distutils setup.py script.

Project description

This Python module adds test to the commands in the distutils package. If your setup.py imports distutils_pytest, the user may run:

python setup.py test

This will call pytest to run your package’s test suite.

System requirements

  • Python 2.6, 2.7, or 3.1 and newer.

  • pytest

To be honest, the package might also work with older Python versions. But I didn’t try it.

Installation

This package uses the distutils Python standard library package and follows its conventions of packaging source distributions. See the documentation on Installing Python Modules for details or to customize the install process.

  1. Download the sources, unpack, and change into the source directory.

  2. Build:

    $ python setup.py build
  3. Install:

    $ python setup.py install

The last step might require admin privileges in order to write into the site-packages directory of your Python installation.

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

distutils-pytest-0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

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