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
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
Close
Hashes for pytest-remove-stale-bytecode-1.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71986186047eb60900c0d83d1d4cc9e9782a7ac5b90f9ee53cb05f8bd6b05a6e |
|
MD5 | 93c34aab17c3e4d803c813760a8dcb03 |
|
BLAKE2b-256 | da77895186b26bd44b7427bcc7556afaa87b934327bd031eae487e36b6af1e91 |