summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* test: add a test that self.stdout() works the way it says.Ned Batchelder2021-10-121-0/+9
|
* fix: use human sorting on human-readable thingsNed Batchelder2021-10-1211-31/+100
|
* test: lightly test the ast_dump functionNed Batchelder2021-10-122-69/+90
|
* fix: find_writable_pth_directory must expect failure from open()Michał Górny2021-10-121-4/+4
| | | | | | | Fix find_writable_pth_directory() to expect the OSError from the open() call. In general, this is what's going to happen if the file is not writable. The current logic could only be triggered e.g. if the file was writable but the underlying filesystem run out of space.
* docs: use real emdashes for better renderingnedbat/split-changesNed Batchelder2021-10-112-251/+206
|
* docs: keep CHANGES small, full list is in the docsNed Batchelder2021-10-112-2779/+2839
|
* build: bump versionNed Batchelder2021-10-112-1/+7
|
* build: prep for 6.0.26.0.2Ned Batchelder2021-10-115-8/+12
|
* docs: sample HTML from 6.0.2Ned Batchelder2021-10-1111-21/+21
|
* fix: source modules need to be re-imported. #1232Ned Batchelder2021-10-117-42/+78
|
* test: add more tests of run_python_fileNed Batchelder2021-10-113-9/+95
| | | | | | The tests in test_process run the exception handling in execfile.py, but only under coverage, so metacov can't see it. These smaller tests exercise the code without coverage on top.
* build: clean up the Makefile a bitNed Batchelder2021-10-111-9/+6
|
* test: add a test of hash-based pyc filesNed Batchelder2021-10-111-2/+9
|
* refactor: remove qualname code that was only for Python 2Ned Batchelder2021-10-111-31/+5
|
* fix: make third-party detection work with namespace packages. #1231Ned Batchelder2021-10-103-12/+113
|
* style: the name of the matchers don't need quotes in the reprsNed Batchelder2021-10-101-3/+3
|
* refactor: remove some left over test printsNed Batchelder2021-10-101-3/+0
|
* test: cover the last edge cases in sqldata.pyNed Batchelder2021-10-102-6/+16
|
* fix: raise CoverageException for SQLite connection errorsnedbat/sqldata-edge-testsNed Batchelder2021-10-102-1/+13
|
* refactor: simplify some strange string formattingNed Batchelder2021-10-102-5/+5
|
* test: test two add_file_tracer possibilitiesNed Batchelder2021-10-101-0/+22
|
* refactor: no need for maybe-u prefixes in test regexesNed Batchelder2021-10-104-11/+11
| | | | That was for Python 2, which we don't support anymore.
* test: run test_data.py with debugging onNed Batchelder2021-10-101-96/+110
|
* refactor: remove a mixin class from testsNed Batchelder2021-10-101-67/+64
|
* style: prefer explicit string concatenationNed Batchelder2021-10-1014-140/+133
|
* refactor: remove a Python 2 thingNed Batchelder2021-10-101-6/+1
|
* style: use the official designation for utf-8Ned Batchelder2021-10-1011-16/+16
| | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure.
* fix: contexts_by_lineno now returns a true dictNed Batchelder2021-10-095-17/+40
|
* test: add a test of touching files in an empty CoverageDataNed Batchelder2021-10-091-0/+6
|
* refactor: don't need this printNed Batchelder2021-10-091-1/+0
|
* style: make string quotes uniformNed Batchelder2021-10-091-74/+71
|
* test: set_query_contexts takes regex, make the examples look like regexNed Batchelder2021-10-091-6/+6
|
* refactor: this import was only needed for Python 2Ned Batchelder2021-10-081-4/+1
|
* test: mark some uncovered thingsNed Batchelder2021-10-083-3/+12
|
* test: this xdist defensiveness now seems unneededNed Batchelder2021-10-081-26/+0
|
* test: make metacov work with xdistNed Batchelder2021-10-083-5/+4
| | | | | | | | | I was using pytest.__file__ as a directory, but in 5.3.2, pytest changed to be a package, so that wasn't the site-packages directory anymore, and our .pth file was written someplace useless. Now we don't rely on the structure of pytest (why did we ever?), and it works again.
* test: canonicalize this bit of debug outputNed Batchelder2021-10-082-2/+2
|
* build: make "clean" targets be quietNed Batchelder2021-10-082-21/+22
|
* build: bump versionNed Batchelder2021-10-062-1/+7
|
* build: prep for 6.0.16.0.1Ned Batchelder2021-10-064-6/+8
|
* docs: this document isn't in a toc, and that's okNed Batchelder2021-10-061-0/+2
|
* fix: make exceptions importable from coverage.misc again. #1226Ned Batchelder2021-10-062-1/+13
|
* docs: note #1210 in the changelogNed Batchelder2021-10-063-1/+9
|
* Fix an incompatibility with pyarmorglacials2021-10-062-1/+7
|
* fix: pretend we didn't import third-party packages we use. #1228Ned Batchelder2021-10-064-7/+52
| | | | | | tomli couldn't use coverage themselves because we imported it early. Cleaning sys.modules means their own imports will actually execute after coverage has started, so their files will be properly measured.
* build: 3.10.0 is outNed Batchelder2021-10-053-2/+3
|
* docs: the 5.0 change summary shouldn't be so prominent anymoreNed Batchelder2021-10-042-4/+4
|
* build: bump versionNed Batchelder2021-10-022-1/+7
|
* docs: 6.0 sample HTML report6.0Ned Batchelder2021-10-0215-852/+849
|
* build: prep for 6.0 releaseNed Batchelder2021-10-025-9/+12
|