Imported Upstream version python3-pytest-cov 2.10.1 upstream upstream/2.10.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 12 Apr 2021 06:19:03 +0000 (15:19 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 12 Apr 2021 06:19:03 +0000 (15:19 +0900)
commit56515f7087e7f8711d3b1d664a461c1c5fde985d
tree3a678783ee4ea1762e3d0abd58d28785b4ad8be6
Imported Upstream version python3-pytest-cov 2.10.1
72 files changed:
.appveyor.yml [new file with mode: 0644]
.bumpversion.cfg [new file with mode: 0644]
.cookiecutterrc [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/support_request.md [new file with mode: 0644]
.pre-commit-config.yaml [new file with mode: 0644]
.readthedocs.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS.rst [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
CONTRIBUTING.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.rst [new file with mode: 0644]
ci/appveyor-with-compiler.cmd [new file with mode: 0644]
ci/bootstrap.py [new file with mode: 0755]
ci/requirements.txt [new file with mode: 0644]
ci/templates/.appveyor.yml [new file with mode: 0644]
ci/templates/.travis.yml [new file with mode: 0644]
docs/authors.rst [new file with mode: 0644]
docs/changelog.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/config.rst [new file with mode: 0644]
docs/contexts.rst [new file with mode: 0644]
docs/contributing.rst [new file with mode: 0644]
docs/debuggers.rst [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/markers-fixtures.rst [new file with mode: 0644]
docs/plugins.rst [new file with mode: 0644]
docs/readme.rst [new file with mode: 0644]
docs/releasing.rst [new file with mode: 0644]
docs/reporting.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
docs/spelling_wordlist.txt [new file with mode: 0644]
docs/subprocess-support.rst [new file with mode: 0644]
docs/tox.rst [new file with mode: 0644]
docs/xdist.rst [new file with mode: 0644]
examples/README.rst [new file with mode: 0644]
examples/adhoc-layout/.coveragerc [new file with mode: 0644]
examples/adhoc-layout/example/__init__.py [new file with mode: 0644]
examples/adhoc-layout/setup.py [new file with mode: 0644]
examples/adhoc-layout/tests/test_example.py [new file with mode: 0644]
examples/adhoc-layout/tox.ini [new file with mode: 0644]
examples/src-layout/.coveragerc [new file with mode: 0644]
examples/src-layout/setup.py [new file with mode: 0644]
examples/src-layout/src/example/__init__.py [new file with mode: 0644]
examples/src-layout/tests/test_example.py [new file with mode: 0644]
examples/src-layout/tox.ini [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]
src/pytest-cov.embed [new file with mode: 0644]
src/pytest-cov.pth [new file with mode: 0644]
src/pytest_cov.egg-info/PKG-INFO [new file with mode: 0644]
src/pytest_cov.egg-info/SOURCES.txt [new file with mode: 0644]
src/pytest_cov.egg-info/dependency_links.txt [new file with mode: 0644]
src/pytest_cov.egg-info/entry_points.txt [new file with mode: 0644]
src/pytest_cov.egg-info/not-zip-safe [new file with mode: 0644]
src/pytest_cov.egg-info/requires.txt [new file with mode: 0644]
src/pytest_cov.egg-info/top_level.txt [new file with mode: 0644]
src/pytest_cov/__init__.py [new file with mode: 0644]
src/pytest_cov/compat.py [new file with mode: 0644]
src/pytest_cov/embed.py [new file with mode: 0644]
src/pytest_cov/engine.py [new file with mode: 0644]
src/pytest_cov/plugin.py [new file with mode: 0644]
tests/conftest.py [new file with mode: 0644]
tests/contextful.py [new file with mode: 0644]
tests/helper.py [new file with mode: 0644]
tests/test_pytest_cov.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]