Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: progress on test_plugins.py | Ned Batchelder | 2023-01-12 | 1 | -3/+4 |
| | |||||
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 1 | -2/+2 |
| | |||||
* | mypy: check collector.py and plugin_support.py | Ned Batchelder | 2023-01-01 | 1 | -46/+62 |
| | |||||
* | refactor: specialize exceptions | Ned Batchelder | 2021-11-14 | 1 | -2/+2 |
| | | | | | | CoverageException is fine as a base class, but not good to use for raising (and catching sometimes). Introduce specialized exceptions that allow third-party tools to integrate better. | ||||
* | refactor: no need for __nonzero__, that was py2 only | Ned Batchelder | 2021-11-13 | 1 | -3/+1 |
| | |||||
* | refactor: convert %-strings to f-strings | Ned Batchelder | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | refactor: move exceptions to their own module | Ned Batchelder | 2021-05-02 | 1 | -1/+2 |
| | |||||
* | refactor: pyupgrade --py36-plus coverage/*.py | Ned Batchelder | 2021-05-02 | 1 | -27/+27 |
| | |||||
* | debug=plugin didn't handle all plugin methods. #834 | Ned Batchelder | 2019-08-11 | 1 | -0/+14 |
| | |||||
* | Plugin support for dynamic context (#783) | Justas Sadzevičius | 2019-04-20 | 1 | -0/+10 |
| | | | | | | | | | | | | * Introduce a new plugin type: dynamic context labels. * Test dynamic context plugins * Helper method to get full paths to measured files * Get correct filenames on all OS * Improve wording | ||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | A new kind of plug-in: configurers. #563 | Ned Batchelder | 2018-01-06 | 1 | -0/+10 |
| | |||||
* | Correct a docstring. | Ned Batchelder | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -1/+4 |
| | |||||
* | Add docstring for source_token_lines | Ned Batchelder | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Rename .statements and .excluded_statements to .lines and .excluded_lines | Ned Batchelder | 2015-08-09 | 1 | -6/+6 |
| | |||||
* | Remove should_be_python from the FileReporter interface | Ned Batchelder | 2015-08-09 | 1 | -5/+0 |
| | |||||
* | Get rid of napoleon style docstrings, they don't format nicely. | Ned Batchelder | 2015-07-26 | 1 | -9/+4 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Change how plugins are initialized. No more Plugin. Now coverage_init. | Ned Batchelder | 2015-07-05 | 1 | -14/+56 |
| | |||||
* | Clean up some pylint | Ned Batchelder | 2015-07-03 | 1 | -0/+2 |
| | |||||
* | A little more plugin debugging | Ned Batchelder | 2015-06-21 | 1 | -3/+18 |
| | |||||
* | COVERAGE_DEBUG can set the debug configuration options | Ned Batchelder | 2015-06-14 | 1 | -2/+2 |
| | |||||
* | Debugging plugin wrappers | Ned Batchelder | 2015-06-14 | 1 | -1/+142 |
| | |||||
* | Also include plugin_support.py! | Ned Batchelder | 2015-06-13 | 1 | -0/+51 |