diff options
| author | Jon Parise <jon@pinterest.com> | 2019-01-07 15:43:00 -0800 |
|---|---|---|
| committer | Jon Parise <jon@pinterest.com> | 2019-01-07 15:43:00 -0800 |
| commit | 96444fbd860024b25994cd81480781e9f7ea0649 (patch) | |
| tree | 88a2573c17bbc7d8cdfd474d2fcd27a266c0d7f7 | |
| parent | 663ecec30f961eabba98ee64aa35453ad4b8ab3f (diff) | |
| download | pymemcache-96444fbd860024b25994cd81480781e9f7ea0649.tar.gz | |
Omit test/* code from the coverage report
| -rw-r--r-- | setup.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,6 +6,9 @@ tag = True [bdist_wheel] universal = true +[coverage:run] +omit = pymemcache/test/* + [tool:pytest] norecursedirs = build docs/_build *.egg .tox *.venv addopts = @@ -13,7 +16,7 @@ addopts = --tb=short --capture=no -rfEsxX - --cov=pymemcache --cov-report=xml --cov-report=term-missing + --cov=pymemcache --cov-config=setup.cfg --cov-report=xml --cov-report=term-missing -m unit markers = unit |
