summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-03 13:53:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-03 13:53:45 -0500
commit98301ed240a141592573c2ed239e006d42a26161 (patch)
treef774b5fa50df5b994c963a8be589aa8fc8754e18 /tox.ini
parent9d2e1b055cf7ed02eba725b86d476c24a718178d (diff)
downloadpython-coveragepy-git-98301ed240a141592573c2ed239e006d42a26161.tar.gz
mypy: test_config.py, test_context.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 9 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index fc255dc2..1dc67de7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -95,15 +95,15 @@ deps =
setenv =
{[testenv]setenv}
- C__B=coverage/__init__.py coverage/__main__.py coverage/annotate.py coverage/bytecode.py
- C_CC=coverage/cmdline.py coverage/collector.py coverage/config.py coverage/context.py coverage/control.py
- C_DE=coverage/data.py coverage/disposition.py coverage/env.py coverage/exceptions.py
- C_FN=coverage/files.py coverage/inorout.py coverage/jsonreport.py coverage/lcovreport.py coverage/multiproc.py coverage/numbits.py
- C_OP=coverage/parser.py coverage/phystokens.py coverage/plugin.py coverage/plugin_support.py coverage/python.py
- C_QZ=coverage/report.py coverage/results.py coverage/sqldata.py coverage/tomlconfig.py coverage/types.py coverage/version.py coverage/xmlreport.py
- T_AC=tests/test_annotate.py tests/test_api.py tests/test_arcs.py tests/test_cmdline.py tests/test_collector.py tests/test_concurrency.py
- T_DZ=tests/goldtest.py tests/helpers.py tests/test_html.py tests/test_python.py tests/test_xml.py
- TYPEABLE={env:C__B} {env:C_CC} {env:C_DE} {env:C_FN} {env:C_OP} {env:C_QZ} {env:T_AC} {env:T_DZ}
+ C1=coverage/__init__.py coverage/__main__.py coverage/annotate.py coverage/bytecode.py
+ C2=coverage/cmdline.py coverage/collector.py coverage/config.py coverage/context.py coverage/control.py
+ C3=coverage/data.py coverage/disposition.py coverage/env.py coverage/exceptions.py
+ C4=coverage/files.py coverage/inorout.py coverage/jsonreport.py coverage/lcovreport.py coverage/multiproc.py coverage/numbits.py
+ C5=coverage/parser.py coverage/phystokens.py coverage/plugin.py coverage/plugin_support.py coverage/python.py
+ C6=coverage/report.py coverage/results.py coverage/sqldata.py coverage/tomlconfig.py coverage/types.py coverage/version.py coverage/xmlreport.py
+ T1=tests/test_annotate.py tests/test_api.py tests/test_arcs.py tests/test_cmdline.py tests/test_collector.py tests/test_concurrency.py tests/test_config.py tests/test_context.py
+ T2=tests/goldtest.py tests/helpers.py tests/test_html.py tests/test_python.py tests/test_xml.py
+ TYPEABLE={env:C1} {env:C2} {env:C3} {env:C4} {env:C5} {env:C6} {env:T1} {env:T2}
commands =
# PYVERSIONS