summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* mypy: turn on disallow_untyped_decoratorsNed Batchelder2023-01-121-1/+1
* mypy: all of coverage/ and tests/ are checkedNed Batchelder2023-01-126-37/+88
* mypy: test_plugins.pyNed Batchelder2023-01-121-26/+40
* mypy: progress on test_plugins.pyNed Batchelder2023-01-121-7/+12
* mypy: install pytest alongside mypy to get its typesNed Batchelder2023-01-103-5/+6
* fix: isolate user code from coverage.py internal code flags. #1524Ned Batchelder2023-01-092-1/+17
* mypy: test_venv.pyNed Batchelder2023-01-072-14/+20
* mypy: templite.py test_templite.pyNed Batchelder2023-01-071-48/+48
* mypy: test_testing.py test_version.pyNed Batchelder2023-01-072-39/+51
* mypy: test_parser.py test_phystokens.py test_process.py test_report.py test_r...Ned Batchelder2023-01-077-182/+217
* style: use good style for annotated defaults parametersNed Batchelder2023-01-0512-67/+67
* mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py test_numbits....Ned Batchelder2023-01-056-68/+90
* mypy: Iterator is better than GeneratorNed Batchelder2023-01-055-15/+15
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-0524-0/+48
* mypy: test_debug.py test_execfile.py test_filereporter.py test_files.pyNed Batchelder2023-01-046-114/+139
* mypy: test_coverage.py, test_data.pyNed Batchelder2023-01-044-174/+193
* mypy: test helpers: conftest.py mixins.py osinfo.pyNed Batchelder2023-01-043-28/+33
* mypy: summary.py, test_summary.py, tests/coveragetest.pyNed Batchelder2023-01-043-102/+155
* mypy: misc.py, test_misc.pyNed Batchelder2023-01-031-14/+14
* refactor: a better way to have maybe-importable third-party modulesNed Batchelder2023-01-034-41/+10
* mypy: test_config.py, test_context.pyNed Batchelder2023-01-032-86/+90
* mypy: test_concurrency.py, test_python.pyNed Batchelder2023-01-033-57/+73
* refactor(test): use tmp_path instead of tmpdirNed Batchelder2023-01-034-16/+20
* mypy: test_annotate.py test_arcs.py test_collector.pyNed Batchelder2023-01-023-101/+101
* fix: relative_files should keep relative path maps. #1519Ned Batchelder2023-01-021-2/+12
* mypy: test_xml.pyNed Batchelder2023-01-011-42/+49
* mypy: check collector.py and plugin_support.pyNed Batchelder2023-01-011-1/+1
* refactor: a better way to filter `coverage debug pybehave`Ned Batchelder2023-01-011-0/+6
* mypy: add cmdline.py and test_cmdline.pyNed Batchelder2022-12-312-74/+106
* fix: lcov command didn't report a total, so --fail-under didn't workNed Batchelder2022-12-311-6/+13
* test: a sorted_lines helperNed Batchelder2022-12-315-18/+19
* mypy: check tests/goldtest.py, tests/test_html.pyNed Batchelder2022-12-312-94/+113
* mypy: check tests/helpers.pyNed Batchelder2022-12-311-34/+62
* mypy: add data.py and test_api.pyNed Batchelder2022-12-313-140/+161
* test: add a test of unknown dynamic-contextNed Batchelder2022-12-311-0/+6
* test: greenlet isn't on all versions we test onNed Batchelder2022-12-311-1/+5
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-3010-87/+13
* test: seven tests that fail because of pypy 3882Ned Batchelder2022-12-302-3/+20
* style: correct some lint errorsNed Batchelder2022-12-301-2/+0
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-302-2/+4
* refactor: @contract is completely goneNed Batchelder2022-12-291-1/+1
* mypy: check tomlconfig.pyNed Batchelder2022-12-291-0/+1
* fix: [tools.coverage] is valid for settings in a toml file. #1516Ned Batchelder2022-12-271-0/+13
* test: run mypy on config.pyNed Batchelder2022-12-271-6/+7
* refactor: remove more of the PyContracts stuffNed Batchelder2022-12-271-53/+2
* fix: adjust some PyPy behaviors. #1515Ned Batchelder2022-12-274-18/+8
* test: remove obsolete skipsNed Batchelder2022-12-242-28/+0
* fix: also look into .whl files for sourceNed Batchelder2022-12-231-0/+3
* fix: certain strange characters caused reporting to fail. #1512Ned Batchelder2022-12-231-0/+32
* fix: don't forbid plus signs in file names. #1513Ned Batchelder2022-12-231-2/+8