summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix unicode for Py2Ned Batchelder2019-06-171-6/+6
|
* Use an object instead of a dict for the report dataNed Batchelder2019-06-173-37/+55
|
* Move more into the template globalsNed Batchelder2019-06-171-11/+15
|
* Make the incremental checker a little smarter.Ned Batchelder2019-06-173-74/+78
|
* No need to pass coverage/config separately everywhereNed Batchelder2019-06-177-41/+35
|
* Move css class constants to class-levelNed Batchelder2019-06-171-14/+14
|
* Move HTML concerns out of data_for_fileNed Batchelder2019-06-171-22/+34
|
* Refactor for better testabilityNed Batchelder2019-06-172-49/+53
|
* I'll update dev versions myselfNed Batchelder2019-06-171-1/+3
|
* Get rid of Reporter base classNed Batchelder2019-06-165-97/+67
|
* Refactor text reporting to use the same code paths as other reportsNed Batchelder2019-06-166-78/+78
|
* Remove a property that has been deprecated for three yearsNed Batchelder2019-06-162-29/+0
|
* Reporter base class shouldn't be responsible for directoriesNed Batchelder2019-06-153-13/+11
|
* Make it easier for me to measure test_function contextsNed Batchelder2019-06-142-5/+7
|
* More sass goodnessNed Batchelder2019-06-133-224/+179
|
* Update the test output css files tooNed Batchelder2019-06-133-416/+164
|
* Use sass for css generation, to get nice hover highlights on linesNed Batchelder2019-06-134-414/+629
|
* Include the template source in the hash to make development easierNed Batchelder2019-06-121-2/+4
|
* Dynamic contexts can be disabled with 'none'Ned Batchelder2019-06-123-3/+7
|
* Edit the CHANGES description of context reportingNed Batchelder2019-06-111-9/+8
|
* Add comments to the SQL schema, and keep them when creating the dbNed Batchelder2019-06-111-22/+28
|
* Polishing substitute_variablesNed Batchelder2019-06-111-3/+2
|
* Docs for --contexts and --show-contextsNed Batchelder2019-06-113-14/+46
|
* Albertas Agejevas did a lot of the context reporting workNed Batchelder2019-06-112-2/+3
|
* Fix two pylint warningsNed Batchelder2019-06-111-2/+3
|
* Update CHANGES.rstStephan Richter2019-06-111-1/+1
| | | Fix my name. :-) You might also add Albertas Agejevas to the credits, since he did a lot of work here too.
* This was a copy of an existing test. We need to write some new ones.Ned Batchelder2019-06-101-20/+1
|
* CHANGES about the context-based reportingNed Batchelder2019-06-101-1/+12
|
* Include the count of contexts in the HTML reportNed Batchelder2019-06-102-1/+2
|
* Make --contexts available for HTML reportsNed Batchelder2019-06-103-13/+24
|
* Update tests to use updated APIs.Stephan Richter2019-06-103-20/+29
|
* Support for full qnames for old-style classes.Stephan Richter2019-06-102-2/+16
|
* Add some tests for new methods.Stephan Richter2019-06-102-0/+78
|
* Only compute contexts in HTML coverage when the option is specified. (For ↵Stephan Richter2019-06-102-3/+9
| | | | large coverage data sets, reporting the context can be expensive.)
* Fix a test.Stephan Richter2019-06-101-1/+1
|
* Tricky case: Thread switching is getting in the way.Stephan Richter2019-06-101-1/+6
|
* Handle TestCase classes with just one test, too.Albertas Agejevas2019-06-101-1/+2
|
* Fix styling and tests. (The tests are slightly insane with no obvious way to ↵Stephan Richter2019-06-103-8/+47
| | | | update the expected output.)
* Extend HTML report to to show contexts for every covered line.Stephan Richter2019-06-106-2/+79
|
* Add ability to report contexts for all lines of a file.Stephan Richter2019-06-102-0/+37
|
* Make sure to report the full Python path for the test function. That way we ↵Stephan Richter2019-06-102-21/+31
| | | | can report on namespaces.
* Provide a default for query contexts.Stephan Richter2019-06-101-0/+1
|
* Sigh, sqlite3 does not support proper array serialization.Stephan Richter2019-06-101-8/+10
|
* Pass the contexts to the report command.Albertas Agejevas2019-06-104-8/+31
|
* Initialize attributes.Stephan Richter2019-06-101-0/+2
|
* Support for multiple, glob-based contexts in result queries.Stephan Richter2019-06-103-25/+61
|
* Refactored HTML tests dropped an assertNed Batchelder2019-06-101-0/+1
|
* group() can return a number of groups. Nice.Ned Batchelder2019-06-101-1/+1
|
* test.pypi.org is a good thingNed Batchelder2019-06-062-0/+5
|
* Adapt to optimization tweak in CPython 3.8.0b1Ned Batchelder2019-06-052-1/+7
|