diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-12 20:23:09 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-12 20:23:09 -0500 |
| commit | a5aeec363e2f50312007ef40903f1dcaae0b5133 (patch) | |
| tree | 2486ff438b30f2bf421c128b7804033d33d6858f /tox.ini | |
| parent | ff554c16cdf23dd8c263e23fdbda51bdb4f4526e (diff) | |
| download | python-coveragepy-git-a5aeec363e2f50312007ef40903f1dcaae0b5133.tar.gz | |
mypy: test_plugins.py
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -102,9 +102,8 @@ setenv = T3=tests/test_config.py tests/test_context.py tests/test_coverage.py tests/test_data.py tests/test_debug.py tests/test_execfile.py T4=tests/test_filereporter.py tests/test_files.py tests/test_goldtest.py tests/test_html.py tests/test_json.py tests/test_lcov.py T5=tests/test_misc.py tests/test_mixins.py tests/test_numbits.py tests/test_oddball.py tests/test_parser.py tests/test_phystokens.py - T6=tests/test_process.py tests/test_python.py tests/test_report.py tests/test_results.py tests/test_setup.py + T6=tests/test_plugins.py tests/test_process.py tests/test_python.py tests/test_report.py tests/test_results.py tests/test_setup.py T7=tests/test_summary.py tests/test_templite.py tests/test_testing.py tests/test_venv.py tests/test_version.py tests/test_xml.py - # not done yet: test_plugins.py TYPEABLE_T={env:T1} {env:T2} {env:T3} {env:T4} {env:T5} {env:T6} {env:T7} TYPEABLE=coverage {env:TYPEABLE_T} |
