summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Testing instructions for #841nedbat/bug841Ned Batchelder2019-10-231-2/+9
|
* Two more gevent testsNed Batchelder2019-10-231-0/+20
|
* Ask for coverage.py version alsoNed Batchelder2019-10-211-4/+5
|
* Upgrade stuffNed Batchelder2019-10-186-16/+17
|
* Upgrade pylintNed Batchelder2019-10-186-6/+11
|
* More polish on the expandable contextsNed Batchelder2019-10-174-13/+18
|
* Annotations should appear when hovering the text line, but not other parts ↵Ned Batchelder2019-10-164-21/+30
| | | | of #source.p
* Only the active context labels should have colorNed Batchelder2019-10-154-7/+7
|
* This test accidentally triggered our exclude regex during metacovNed Batchelder2019-10-144-15/+16
|
* make update-supportNed Batchelder2019-10-141-18/+16
|
* make cssNed Batchelder2019-10-142-36/+32
|
* Update html gold filesNed Batchelder2019-10-1437-204/+204
|
* More convenient gold file structureNed Batchelder2019-10-143-43/+55
|
* Remove vestigial debuggingNed Batchelder2019-10-141-2/+0
|
* Annotations and context labels have to co-existNed Batchelder2019-10-142-79/+70
|
* I don't think I need my home dir scrubbedNed Batchelder2019-10-131-2/+0
|
* Update HTML gold support filesNed Batchelder2019-10-132-46/+47
|
* Update HTML gold testsNed Batchelder2019-10-1338-599/+243
|
* make cssNed Batchelder2019-10-132-86/+88
|
* Better presentation of contexts. #855Ned Batchelder2019-10-135-42/+104
|
* Source code without tablesNed Batchelder2019-10-133-142/+154
|
* Save copies of support files so we can view gold files properlyNed Batchelder2019-10-1313-4/+919
|
* Warn if asked to show context but none were measured. #851Ned Batchelder2019-10-103-11/+29
|
* A script for comparing run timesNed Batchelder2019-10-101-0/+63
|
* The C tracer can do dynamic contexts, so don't skip this testNed Batchelder2019-10-101-4/+0
|
* Tie up a loose end in the docsNed Batchelder2019-10-082-2/+1
|
* Sqlite3 info in 'coverage debug sys'Ned Batchelder2019-10-083-2/+14
|
* Bump versionNed Batchelder2019-10-083-3/+9
|
* Context-switching plugins should be listed in debug outputNed Batchelder2019-10-061-0/+1
|
* Slowly making progress on sqldata docstringsNed Batchelder2019-10-061-0/+7
|
* Add some needed details to the Coverage docstringsNed Batchelder2019-10-061-6/+21
|
* Quiet pylintNed Batchelder2019-10-064-7/+11
|
* GitHub fundingNed Batchelder2019-10-051-0/+1
|
* Doc changes for 5.0a8coverage-5.0a8Ned Batchelder2019-10-024-6/+8
|
* Context patterns are regexes, not globsNed Batchelder2019-10-024-9/+36
|
* Setting query context has to be done with a separate method callNed Batchelder2019-10-025-121/+112
|
* Clearer logicNed Batchelder2019-10-021-2/+2
|
* A better wordNed Batchelder2019-10-021-1/+1
|
* Subprocesses only use config file optionsNed Batchelder2019-10-011-0/+4
|
* Bump versionNed Batchelder2019-09-212-1/+7
|
* Scrub another placecoverage-5.0a7Ned Batchelder2019-09-211-2/+0
|
* Doc changes for 5.0a7Ned Batchelder2019-09-215-13/+9
|
* Exit arcs have to be corrected to first linesNed Batchelder2019-09-212-46/+30
| | | | | | | | | | We've long remapped line numbers to the first line of a multi-line statement. But exit line numbers (negative numbers) were not remapped. This meant we were needlessly chasing weirdnesses in implementations. But the actual results of running coverage always remapped results to the first line, so there's no point in tracking the unmapped line numbers in our tests.
* Remove unused attributeNed Batchelder2019-09-201-1/+0
|
* Avoid a test that recent pypy3 can't run properlyNed Batchelder2019-09-151-0/+3
|
* Python tracer supports dynamic contexts. #846Ned Batchelder2019-09-154-60/+38
|
* Trim blankNed Batchelder2019-09-141-1/+0
|
* Polish up substitute_variables based on a lightning talkNed Batchelder2019-09-143-26/+27
|
* Correct some function names and docstrings. #843Ned Batchelder2019-09-092-10/+14
|
* Fix a referenceNed Batchelder2019-09-091-1/+1
|