.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/config.rst
docs/contexts.rst
docs/contributing.rst
docs/debuggers.rst
docs/index.rst
docs/markers-fixtures.rst
docs/plugins.rst
docs/readme.rst
docs/releasing.rst
docs/reporting.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/subprocess-support.rst
docs/tox.rst
docs/xdist.rst
examples/README.rst
examples/adhoc-layout/.coveragerc
examples/adhoc-layout/setup.py
examples/adhoc-layout/tox.ini
examples/adhoc-layout/example/__init__.py
examples/adhoc-layout/tests/test_example.py
examples/src-layout/.coveragerc
examples/src-layout/setup.py
examples/src-layout/tox.ini
examples/src-layout/src/example/__init__.py
examples/src-layout/tests/test_example.py
src/pytest-cov.embed
src/pytest-cov.pth
src/pytest_cov/__init__.py
src/pytest_cov/compat.py
src/pytest_cov/embed.py
src/pytest_cov/engine.py
src/pytest_cov/plugin.py
src/pytest_cov.egg-info/PKG-INFO
src/pytest_cov.egg-info/SOURCES.txt
src/pytest_cov.egg-info/dependency_links.txt
src/pytest_cov.egg-info/entry_points.txt
src/pytest_cov.egg-info/not-zip-safe
src/pytest_cov.egg-info/requires.txt
src/pytest_cov.egg-info/top_level.txt
tests/conftest.py
tests/contextful.py
tests/helper.py
tests/test_pytest_cov.py