summaryrefslogtreecommitdiff
path: root/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Path objects are ok for data_file and config_file. #1552Ned Batchelder2023-02-121-5/+7
* feat: simplify purges_filesNed Batchelder2023-02-081-106/+0
* feat: add purge_files method to CoverageData + unit tests for it (#1547)Wingware Development2023-02-041-0/+106
* style: use good style for annotated defaults parametersNed Batchelder2023-01-051-2/+2
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-051-0/+2
* test: a sorted_lines helperNed Batchelder2022-12-311-5/+5
* mypy: add data.py and test_api.pyNed Batchelder2022-12-311-136/+155
* test: add a test of unknown dynamic-contextNed Batchelder2022-12-311-0/+6
* style: correct some lint errorsNed Batchelder2022-12-301-2/+0
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-301-0/+2
* feat: file paths are only remapped if the result existsNed Batchelder2022-11-291-10/+13
* style: fix spellingNed Batchelder2022-11-281-6/+6
* feat: implicit path mapping during reporting. #1212Ned Batchelder2022-11-271-1/+145
* perf: hash data files during combining to avoid unneeded work. #1483Ned Batchelder2022-11-081-1/+1
* fix: more relative_files=true fixes. #1280Ned Batchelder2022-10-301-0/+32
* fix: use glob matching instead of fnmatch. #1407Ned Batchelder2022-10-301-1/+0
* test: copying __pycache__ was causing race conditions, and was unneeded anyway.Ned Batchelder2022-07-081-1/+5
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-2/+2
* test: SQLite errors come in a few formsNed Batchelder2022-02-061-3/+4
* test(refactor): avoid full commands to speed testsNed Batchelder2021-11-261-1/+187
* test(fix): keep SourceIncludeOmitTest's from clobbering each otherNed Batchelder2021-11-241-8/+20
* refactor(test): make_data_file is a helper for making data filesNed Batchelder2021-11-201-4/+7
* fix: suffix=False will suppress the suffix even with multiprocessing. #989Ned Batchelder2021-11-181-0/+20
* refactor: specialize exceptionsNed Batchelder2021-11-141-5/+5
* refactor: add_lines only needs an iterable of intsNed Batchelder2021-11-131-2/+2
* fix: remapping paths during combining needs to follow relative_files=True. #1147Ned Batchelder2021-11-061-9/+18
* style: remove implicit string concatenationNed Batchelder2021-10-301-1/+1
* test: exclude one last line in test_api.pyNed Batchelder2021-08-091-1/+1
* feat: `coverage combine` now prints messages naming the files being combined....Ned Batchelder2021-08-051-0/+4
* feat: warnings are now real warningsNed Batchelder2021-05-301-36/+40
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+2
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-2/+2
* refactor: move the remaining backward.py code, no more backward.pyNed Batchelder2021-05-011-2/+1
* refactor: remove some unneeded behavior conditionalsNed Batchelder2021-05-011-3/+0
* refactor: remove yet more unneeded backward.py shimsNed Batchelder2021-05-011-2/+2
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-3/+4
* refactor: nice_file can be used as a functionNed Batchelder2021-03-221-5/+5
* refactor: remove unused test class settingNed Batchelder2021-03-111-4/+0
* refactor: our own change_dir context managerNed Batchelder2021-03-111-2/+1
* test: simplify how StopEverything is converted to skipnedbat/remove-unittest-testcaseNed Batchelder2021-03-111-2/+2
* test: reduce use of unittestNed Batchelder2021-03-111-4/+4
* test: oops, accidentally always skipped this testNed Batchelder2021-02-241-1/+1
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-071-5/+3
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-061-1/+2
* refactor: remove reliance on unittest_mixins.StdStreamCapturingMixinNed Batchelder2021-02-021-6/+2
* refactor: move test mixins to their own fileNed Batchelder2021-02-021-2/+2
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-8/+6
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+1
* style: singleton comparisons should use isNed Batchelder2021-01-311-3/+3
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-105/+96