Metadata-Version: 1.1
Name: pytest-cover
Version: 3.0.0
Summary: Pytest plugin for measuring coverage. Forked from `pytest-cov`.
Home-page: https://github.com/ionelmc/pytest-cover
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: MIT
Description: ============
        pytest-cover
        ============
        
        `pytest-cover` has been merged back into `pytest-cov 2.0 <https://pypi.python.org/pypi/pytest-cov>`_.
        Changelog
        =========
        
        2.0.2 (2015-07-08)
        ------------------
        
        * Fixed a race condition when running with xdist (all the workers tried to combine the files).
        
        2.0.1 (2015-07-06)
        ------------------
        
        * Avoid warning about missing coverage data (just like ``coverage.control.process_startup``).
        * Don't setup the multiprocessing finalizer if there's no coverage active.
        
        2.0.0 (2015-06-29)
        ------------------
        
        * Renamed ``--cov-min`` to ``--cov-fail-under`` to be consistent with the new ``fail_under`` option in `coverage-4.0`.
        * Changed ``--cov-report=term`` to automatically upgrade to ``--cov-report=term-missing`` if there's ``[run] show_missing = True`` in
          ``.coveragerc``.
        * Changed ``--cov-fail-under`` to be automatically activated if there's a ``[report] fail_under = ...`` in ``.coveragerc``.
        
        1.0.0 (2015-06-05)
        ------------------
        
        * Fixed `.pth` installation to work in all cases (install, easy_install, wheels, develop etc).
        * Fixed `.pth` uninstallation to work for wheel installs.
        * Reverted the unreleased ``--cov=path`` deprecation.
        * Removed the unreleased addition of ``--cov-source=path``.
        
        -----
        
        * Forked from the `2.0` branch of https://github.com/schlamar/pytest-cov/ - fixes include:
        
          * No need to specify the source anymore via ``--cov``. The source settings from
            ``.coveragerc`` will be used instead.
          * Support for ``--cov-min``.
        
        
        
        
Keywords: cover,coverage,pytest,py.test,distributed,parallel
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
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 :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Testing
