summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Pytest 4.6.2Ned Batchelder2019-06-031-1/+1
|
* Silence a silly pylint warningNed Batchelder2019-06-011-1/+1
|
* Python 3.8 added an argument to _bootstrap. It should have been like this ↵Ned Batchelder2019-05-291-2/+2
| | | | anyway.
* Add some GitHub badgesNed Batchelder2019-05-281-5/+15
|
* More flexible version number findingNed Batchelder2019-05-271-4/+8
|
* Fewer coverage specfics in upload_relnotes.pyNed Batchelder2019-05-273-2/+10
|
* Make upload_relnotes.py a little more usefulNed Batchelder2019-05-271-7/+27
|
* Word-smith the html warningNed Batchelder2019-05-262-4/+7
|
* Add warning sectionS.Y. Lee2019-05-261-0/+4
|
* Better tests of HTML delta generationNed Batchelder2019-05-262-42/+67
| | | | | | The old tests relied on deleting files and seeing them get recreated, which could be misleading. The new tests track which files were opened for writing, which is more accurate.
* Put CHANGES in version-number orderNed Batchelder2019-05-241-29/+34
|
* GitHub fundingNed Batchelder2019-05-231-0/+1
|
* Changelog from 4.5.2 and 4.5.3 from the v4.5.x branchNed Batchelder2019-05-191-0/+29
|
* A script to upload release notes to TideliftNed Batchelder2019-05-193-1/+98
|
* Fix a URL that confuses pandocNed Batchelder2019-05-191-1/+1
|
* Give the Tidelift logo a linkNed Batchelder2019-05-183-1/+3
|
* Remove conditions for dropped Python versionsHugo2019-05-181-34/+5
|
* Python 3.4 is also dropped in 5.0Hugo2019-05-181-2/+2
|
* Update the contributing docNed Batchelder2019-05-131-45/+56
|
* Use pylint 2.xNed Batchelder2019-05-1320-40/+37
|
* Latest dependenciesNed Batchelder2019-05-136-12/+12
|
* Silence a DeprecationWarningNed Batchelder2019-05-092-1/+8
| | | | | | "DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()" This started appearing with Python 3.8a4.
* Version bumpNed Batchelder2019-05-072-1/+7
|
* Paperwork for 5.0a5coverage-5.0a5Ned Batchelder2019-05-075-12/+14
|
* Clarify the empty context. #796Ned Batchelder2019-05-071-0/+6
|
* Yup, it worksNed Batchelder2019-05-051-1/+1
|
* Is this thing on?Ned Batchelder2019-05-051-1/+1
|
* A .readthedocs.yml fileNed Batchelder2019-05-052-0/+23
|
* One more line to exclude from coverage measurementNed Batchelder2019-04-301-1/+1
|
* Docs for new dynamic context techniquesNed Batchelder2019-04-283-5/+22
|