Metadata-Version: 1.1
Name: pytest-remove-stale-bytecode
Version: 1.0
Summary: py.test plugin to remove stale byte code files.
Home-page: https://bitbucket.org/gocept/pytest-remove-stale-bytecode/
Author: gocept <mail@gocept.com>
Author-email: mail@gocept.com
License: ZPL 2.1
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`_.
        
        .. _`zope.testrunner`: https://pypi.python.org/pypi/zope.testrunner
        
        
        =======
        CHANGES
        =======
        
        
        1.0 (2014-10-29)
        ================
        
        * initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
