Skip to main content

UNKNOWN

Project description

Setup scripts can use pytest-runner to add setup.py test support for pytest runner.

Alternate usage

  • include this file (ptr.py) in your repo

  • add these lines to your setup.py:

    execfile('ptr.py')
    setup_params = PyTest.install(dict(...))
    setuptools.setup(**setup_params)

    Where ‘…’ are your normal keyword parameters to setup()

  • invoke your tests with setup.py test

Changes

1.0

Initial implementation.

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-runner-1.0.zip (4.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