summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix: lcov report indexeerror for some Jinja2 files. #1553Ned Batchelder2023-05-141-0/+125
* refactor(test): move some tests to a new fileNed Batchelder2023-05-142-145/+159
* test: remove unneeded shebang lines in test codeNed Batchelder2023-05-141-46/+34
* style: a bit of refactoring for lcov codeNed Batchelder2023-05-131-18/+16
* refactor: file names match the commands they implement betterNed Batchelder2023-05-134-1129/+1129
* test: adjust pybehave and tests for pypy 3.10Ned Batchelder2023-05-121-0/+11
* fix: Python3.12 now inlines comprehensionsNed Batchelder2023-05-112-10/+23
* test: try to silence a new warningNed Batchelder2023-05-111-1/+8
* test: skip a test that crashes setuptools>66Ned Batchelder2023-05-031-0/+7
* test: Linuxes can vary; make this test more flexibleNed Batchelder2023-05-021-4/+5
* test: slim down the fake stdout testNed Batchelder2023-04-301-11/+1
* fix: a fake stdout might not have isattyNed Batchelder2023-04-301-0/+17
* tet: add tests to reproduce #1604 (#1609)Marc Gibbons2023-04-271-0/+53
* refactor: parametrize a test for #1608Ned Batchelder2023-04-271-18/+6
* fix: source paths with trailing slashes causing inconsistent sources in XML r...Kevin Brown-Silva2023-04-271-1/+14
* test: refactor and add a test of terminal link textNed Batchelder2023-04-261-1/+13
* fix: Python 3.12 removed pkgutilsNed Batchelder2023-04-191-2/+6
* fix: save coverage data on SIGTERM (#1600)Lewis Gaul2023-04-061-1/+26
* docs: more tweaking of the gold-file instructionsNed Batchelder2023-04-011-5/+19
* perf: make the context shortcodes even shorterNed Batchelder2023-04-013-41/+50
* style: clean up #1587Ned Batchelder2023-03-224-10/+26
* fix: put contexts dict in <script> and reveal them using JavaScript (#1587)Oleh Krehel2023-03-222-12/+19
* test: check the HTML for context outputNed Batchelder2023-03-213-0/+224
* test: provide more guidance about working with gold filesNed Batchelder2023-03-214-7/+25
* fix: don't measure all third-party packages if source is in third-party locationManuel Jacob2023-03-151-3/+23
* fix: generate xml report packages correctly on windows (#1574)Benjamin Parzella2023-03-141-0/+33
* Fix lcov coverageIan Moore2023-03-141-1/+1
* fix: recent pypy3.9 now omits lines after jumpsNed Batchelder2023-03-121-3/+3
* debug: label the assert messagesNed Batchelder2023-03-121-2/+2
* build: run mypy by default, and fix "unused" errors from updated mypyNed Batchelder2023-03-071-3/+3
* fix: always use full-version rtfd links #1566Ned Batchelder2023-02-241-1/+2
* docs: final paperwork for exclude_also #1557Ned Batchelder2023-02-221-2/+3
* feat: add extend_exclude optionAlpha Chen2023-02-221-0/+9
* test: stricter regex to avoid false CodeQL alarmsNed Batchelder2023-02-222-3/+3
* refactor: no placebos, use true OptionalNed Batchelder2023-02-141-0/+1
* fix: Path objects are ok for data_file and config_file. #1552Ned Batchelder2023-02-123-11/+18
* test: adapt to latest pylintNed Batchelder2023-02-092-4/+4
* fix: only write "Wrote report" message if report succeeded.Ned Batchelder2023-02-081-6/+7
* feat: simplify purges_filesNed Batchelder2023-02-082-106/+29
* feat: add purge_files method to CoverageData + unit tests for it (#1547)Wingware Development2023-02-041-0/+106
* build: some files need to be excused from usual formatting rulesNed Batchelder2023-01-302-2/+2
* style: remove needless trailing commasNed Batchelder2023-01-262-2/+2
* perf: avoid needless sql operations. #1538Ned Batchelder2023-01-241-10/+8
* test: more tests of debug output controlNed Batchelder2023-01-221-3/+12
* feat: the debug output file can be specified in the config file. #1319Ned Batchelder2023-01-221-13/+53
* 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