summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix: when checking source existence for remapping, zipfiles are okNed Batchelder2022-12-011-1/+30
* fix: prevent infinite recursionNed Batchelder2022-12-011-0/+1
* test: don't add tests conditionally, skip them insteadNed Batchelder2022-12-011-6/+5
* feat: file paths are only remapped if the result existsNed Batchelder2022-11-294-13/+26
* style: fix spellingNed Batchelder2022-11-284-13/+13
* feat: implicit path mapping during reporting. #1212Ned Batchelder2022-11-272-2/+149
* perf: more combine speed-upsNed Batchelder2022-11-201-0/+20
* build: allow for .devN version numbersNed Batchelder2022-11-172-7/+12
* feat: added support for finding unexecuted namespace packages (#1387)Felix Horvat2022-11-172-1/+21
* feat: complete removal of `[run] note`Ned Batchelder2022-11-111-11/+0
* fix: path-mapped results shouldn't start with ./Ned Batchelder2022-11-081-0/+7
* perf: hash data files during combining to avoid unneeded work. #1483Ned Batchelder2022-11-082-2/+6
* refactor: remove mention of Python 2 unicodeNed Batchelder2022-11-062-10/+2
* refactor: no need for special handling of compiling unicode sourceNed Batchelder2022-11-062-116/+4
* fix: only accept known values for --formatNed Batchelder2022-11-062-0/+11
* fix: don't write two rules for an empty table.Ned Batchelder2022-11-061-11/+10
* fix: an empty file shouldn't fail with --fail-under=99. #1470Ned Batchelder2022-11-061-1/+2
* feat: --format=total writes just the total numberNed Batchelder2022-11-061-1/+9
* refactor: use `format` wherever we canNed Batchelder2022-11-052-4/+3
* feat: report terminal output in Markdown Table format #1418 (#1479)stepeos2022-11-052-35/+92
* fix: properly measure strange use of wildcard alternatives in match/case. #1421Ned Batchelder2022-11-031-0/+13
* test: a utility print for when reporting tests failNed Batchelder2022-11-021-0/+1
* fix: more relative_files=true fixes. #1280Ned Batchelder2022-10-301-0/+32
* fix: use glob matching instead of fnmatch. #1407Ned Batchelder2022-10-303-64/+170
* test: correct some config tests, and fully cover tomlconfig.pyNed Batchelder2022-10-281-4/+21
* fix: in toml config, only apply environment substitution to coverage settings...Ned Batchelder2022-10-281-7/+12
* test: simulate the failure from issue #1481Ned Batchelder2022-10-281-0/+4
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-271-1/+1
* test: use modern pytest hook syntaxNed Batchelder2022-10-261-1/+1
* feat: implicitly combine relative pathsNed Batchelder2022-10-151-0/+20
* refactor: since we are showing regexes, make them a bit simplerNed Batchelder2022-10-151-4/+4
* fix: */foo matches "foo/x.py", to help with combining relative file names. #991Ned Batchelder2022-10-151-0/+30
* refactor(test): use parametrize instead of loopsNed Batchelder2022-10-151-29/+26
* test: uncomment an assertNed Batchelder2022-10-151-2/+1
* refactor: simplify the arguments to a test helperNed Batchelder2022-10-151-17/+14
* fix: keep negative arc valuesNed Batchelder2022-09-291-1/+1
* feat: include branches taken and missed in JSON report. #1425Christoph Blessing2022-09-291-45/+70
* fix: `class` statements shouldn't be branches. #1449Ned Batchelder2022-09-262-7/+5
* feat: --debug=pathmap will show details of re-mapping due to [paths] setting.Ned Batchelder2022-09-161-1/+27
* build: use pyproject.toml to comply with pep517Ned Batchelder2022-09-131-1/+1
* test: pypy fixed their sys.path[0] difference, 3792Ned Batchelder2022-08-272-7/+1
* test: btw, pypy no longer includes the current dir in sys.path when running a...Ned Batchelder2022-08-251-8/+0
* test: pypy partially fixed issue 3792Ned Batchelder2022-08-251-1/+0
* fix: don't cache a failed parseNed Batchelder2022-08-211-0/+9
* docs: keep CHANGES up to dateNed Batchelder2022-08-061-2/+4
* fix: paths were wrong when running from root (#1403)Arthur Rio2022-08-061-7/+17
* test: add a test for #1405Ned Batchelder2022-08-061-0/+27
* test: xfail some tests that need PyPy to improve #1426Ned Batchelder2022-08-022-3/+10
* fix: 3.11.0b4 has 0-numbered lines. Fixes #1419Ned Batchelder2022-07-122-11/+27
* test: copying __pycache__ was causing race conditions, and was unneeded anyway.Ned Batchelder2022-07-081-1/+5