Metadata-Version: 1.0
Name: pytest-figleaf
Version: 1.0
Summary: py.test figleaf coverage plugin
Home-page: http://bitbucket.org/hpk42/pytest-figleaf
Author: holger krekel
Author-email: py-dev@codespeak.net,holger@merlinux.eu
License: MIT
Description: 
        py.test plugin for reporting test coverage using the 'figleaf' package.
        
        Usage
        ---------------
        
        after installation (e.g. via ``pip install pytest-figleaf``) you can type::
        
        py.test --figleaf [...]
        
        to enable figleaf coverage.  A default ".figleaf" data file
        and "html" directory will be created.  You can use ``--fig-data``
        and ``fig-html`` to modify the paths.
        
Platform: linux
Platform: osx
Platform: win32
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
