Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update tests to use updated APIs. | Stephan Richter | 2019-06-10 | 3 | -20/+29 | |
| | ||||||
* | Support for full qnames for old-style classes. | Stephan Richter | 2019-06-10 | 2 | -2/+16 | |
| | ||||||
* | Add some tests for new methods. | Stephan Richter | 2019-06-10 | 2 | -0/+78 | |
| | ||||||
* | Only compute contexts in HTML coverage when the option is specified. (For ↵ | Stephan Richter | 2019-06-10 | 2 | -3/+9 | |
| | | | | large coverage data sets, reporting the context can be expensive.) | |||||
* | Fix a test. | Stephan Richter | 2019-06-10 | 1 | -1/+1 | |
| | ||||||
* | Tricky case: Thread switching is getting in the way. | Stephan Richter | 2019-06-10 | 1 | -1/+6 | |
| | ||||||
* | Handle TestCase classes with just one test, too. | Albertas Agejevas | 2019-06-10 | 1 | -1/+2 | |
| | ||||||
* | Fix styling and tests. (The tests are slightly insane with no obvious way to ↵ | Stephan Richter | 2019-06-10 | 3 | -8/+47 | |
| | | | | update the expected output.) | |||||
* | Extend HTML report to to show contexts for every covered line. | Stephan Richter | 2019-06-10 | 6 | -2/+79 | |
| | ||||||
* | Add ability to report contexts for all lines of a file. | Stephan Richter | 2019-06-10 | 2 | -0/+37 | |
| | ||||||
* | Make sure to report the full Python path for the test function. That way we ↵ | Stephan Richter | 2019-06-10 | 2 | -21/+31 | |
| | | | | can report on namespaces. | |||||
* | Provide a default for query contexts. | Stephan Richter | 2019-06-10 | 1 | -0/+1 | |
| | ||||||
* | Sigh, sqlite3 does not support proper array serialization. | Stephan Richter | 2019-06-10 | 1 | -8/+10 | |
| | ||||||
* | Pass the contexts to the report command. | Albertas Agejevas | 2019-06-10 | 4 | -8/+31 | |
| | ||||||
* | Initialize attributes. | Stephan Richter | 2019-06-10 | 1 | -0/+2 | |
| | ||||||
* | Support for multiple, glob-based contexts in result queries. | Stephan Richter | 2019-06-10 | 3 | -25/+61 | |
| | ||||||
* | Refactored HTML tests dropped an assert | Ned Batchelder | 2019-06-10 | 1 | -0/+1 | |
| | ||||||
* | group() can return a number of groups. Nice. | Ned Batchelder | 2019-06-10 | 1 | -1/+1 | |
| | ||||||
* | test.pypi.org is a good thing | Ned Batchelder | 2019-06-06 | 2 | -0/+5 | |
| | ||||||
* | Adapt to optimization tweak in CPython 3.8.0b1 | Ned Batchelder | 2019-06-05 | 2 | -1/+7 | |
| | ||||||
* | Pytest 4.6.2 | Ned Batchelder | 2019-06-03 | 1 | -1/+1 | |
| | ||||||
* | Silence a silly pylint warning | Ned Batchelder | 2019-06-01 | 1 | -1/+1 | |
| | ||||||
* | Python 3.8 added an argument to _bootstrap. It should have been like this ↵ | Ned Batchelder | 2019-05-29 | 1 | -2/+2 | |
| | | | | anyway. | |||||
* | Add some GitHub badges | Ned Batchelder | 2019-05-28 | 1 | -5/+15 | |
| | ||||||
* | More flexible version number finding | Ned Batchelder | 2019-05-27 | 1 | -4/+8 | |
| | ||||||
* | Fewer coverage specfics in upload_relnotes.py | Ned Batchelder | 2019-05-27 | 3 | -2/+10 | |
| | ||||||
* | Make upload_relnotes.py a little more useful | Ned Batchelder | 2019-05-27 | 1 | -7/+27 | |
| | ||||||
* | Word-smith the html warning | Ned Batchelder | 2019-05-26 | 2 | -4/+7 | |
| | ||||||
* | Add warning section | S.Y. Lee | 2019-05-26 | 1 | -0/+4 | |
| | ||||||
* | Better tests of HTML delta generation | Ned Batchelder | 2019-05-26 | 2 | -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 order | Ned Batchelder | 2019-05-24 | 1 | -29/+34 | |
| | ||||||
* | GitHub funding | Ned Batchelder | 2019-05-23 | 1 | -0/+1 | |
| | ||||||
* | Changelog from 4.5.2 and 4.5.3 from the v4.5.x branch | Ned Batchelder | 2019-05-19 | 1 | -0/+29 | |
| | ||||||
* | A script to upload release notes to Tidelift | Ned Batchelder | 2019-05-19 | 3 | -1/+98 | |
| | ||||||
* | Fix a URL that confuses pandoc | Ned Batchelder | 2019-05-19 | 1 | -1/+1 | |
| | ||||||
* | Give the Tidelift logo a link | Ned Batchelder | 2019-05-18 | 3 | -1/+3 | |
| | ||||||
* | Remove conditions for dropped Python versions | Hugo | 2019-05-18 | 1 | -34/+5 | |
| | ||||||
* | Python 3.4 is also dropped in 5.0 | Hugo | 2019-05-18 | 1 | -2/+2 | |
| | ||||||
* | Update the contributing doc | Ned Batchelder | 2019-05-13 | 1 | -45/+56 | |
| | ||||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 20 | -40/+37 | |
| | ||||||
* | Latest dependencies | Ned Batchelder | 2019-05-13 | 6 | -12/+12 | |
| | ||||||
* | Silence a DeprecationWarning | Ned Batchelder | 2019-05-09 | 2 | -1/+8 | |
| | | | | | | "DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()" This started appearing with Python 3.8a4. | |||||
* | Version bump | Ned Batchelder | 2019-05-07 | 2 | -1/+7 | |
| | ||||||
* | Paperwork for 5.0a5coverage-5.0a5 | Ned Batchelder | 2019-05-07 | 5 | -12/+14 | |
| | ||||||
* | Clarify the empty context. #796 | Ned Batchelder | 2019-05-07 | 1 | -0/+6 | |
| | ||||||
* | Yup, it works | Ned Batchelder | 2019-05-05 | 1 | -1/+1 | |
| | ||||||
* | Is this thing on? | Ned Batchelder | 2019-05-05 | 1 | -1/+1 | |
| | ||||||
* | A .readthedocs.yml file | Ned Batchelder | 2019-05-05 | 2 | -0/+23 | |
| | ||||||
* | One more line to exclude from coverage measurement | Ned Batchelder | 2019-04-30 | 1 | -1/+1 | |
| | ||||||
* | Docs for new dynamic context techniques | Ned Batchelder | 2019-04-28 | 3 | -5/+22 | |
| |