Skip to main content

py.test plugin to remove stale byte code files.

Project description

Stable bytecode removing py.test plugin

This plugin removes all stale bytecode files before running tests. This makes sure that removed python files are no longer visible for the test runner as their bytecode file (*.pyc, *.pyo) is removed as well.

Note: Under Python 3 all bytecode files are removed as its nearly unpossible to find out to which code file it belongs.

This plugin is inspired by a feature of zope.testrunner.

CHANGES

1.0 (2014-10-29)

  • initial release

Download files

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

Source Distribution

pytest-remove-stale-bytecode-1.0.zip (7.8 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