summaryrefslogtreecommitdiff
path: root/coverage/plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Complete the docs for source_token_lines. #947Ned Batchelder2020-02-261-0/+1
|
* Make howitworks currentNed Batchelder2019-11-151-5/+11
|
* More docs about dynamic contextsNed Batchelder2019-04-211-13/+25
|
* Plugin support for dynamic context (#783)Justas Sadzevičius2019-04-201-0/+31
| | | | | | | | | | | | * 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 Batchelder2018-06-241-1/+1
|
* Missed a detail of file_reporter in the docsNed Batchelder2018-02-241-1/+2
|
* A little moreNed Batchelder2018-02-101-0/+3
|
* Add a warning about plugins potentially interfering with coverage ↵Ned Batchelder2018-02-101-0/+10
| | | | measurement. Learned from #637
* TypoNed Batchelder2018-02-041-1/+1
|
* A new kind of plug-in: configurers. #563Ned Batchelder2018-01-061-55/+113
|
* Clean up of the new plugin method. Thanks, Emil MadsenNed Batchelder2017-03-281-2/+6
|
* Allow plugins to report files they haven't executed.Ned Batchelder2017-03-281-0/+9
| | | | By Emil Madsen, from: https://github.com/nedbat/coveragepy/pull/28
* Be absolutely explicit about non-hashability of some objects.Ned Batchelder2016-09-231-0/+2
| | | | From https://github.com/nedbat/coveragepy/pull/17
* Clarify a pleaNed Batchelder2016-05-071-1/+1
|
* Better descriptions of missing one-line executables. Part of #475Ned Batchelder2016-03-271-1/+7
|
* Pick off some lintNed Batchelder2016-02-151-10/+4
|
* missing_arc_description is better than arc_destination_description. One test ↵Ned Batchelder2016-02-081-5/+5
| | | | broken.
* Add arc_destination_description so we can next make better descriptionsNed Batchelder2016-02-041-0/+15
|
* Doc tweaksNed Batchelder2015-08-211-1/+1
|
* Clean up changes.rst, including removing noisy issue links.Ned Batchelder2015-08-151-2/+2
|
* Separate the plugin API docs from the 'using plugins' docs.Ned Batchelder2015-08-151-1/+9
|
* Plugin doc tweakingNed Batchelder2015-08-151-18/+21
|
* Be consistent in the use of "filename" and "file name".Ned Batchelder2015-08-151-14/+17
|
* Finish the plugin docstrings.Ned Batchelder2015-08-151-38/+142
|
* More plugin docsNed Batchelder2015-08-151-11/+21
|
* Oops, get the _needs_to_implement line right.Ned Batchelder2015-08-111-1/+1
|
* Make sure source_token_lines always returns Unicode strings for the token text.Ned Batchelder2015-08-111-9/+10
|
* Add docstring for source_token_linesNed Batchelder2015-08-101-2/+20
|
* Simpler empty setNed Batchelder2015-08-091-1/+1
|
* Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-091-24/+42
|
* Remove should_be_python from the FileReporter interfaceNed Batchelder2015-08-091-9/+0
|
* Move flat_rootname from FileReporter to a utility function.Ned Batchelder2015-08-091-18/+0
|
* More plugin docscoverage-4.0b1Ned Batchelder2015-08-021-6/+16
|
* Plugins can get built-in python reporting.Ned Batchelder2015-08-011-6/+6
|
* Get rid of napoleon style docstrings, they don't format nicely.Ned Batchelder2015-07-261-24/+12
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Constructing the plugin is the plugin's businessNed Batchelder2015-07-051-13/+0
|
* Add some docstringsNed Batchelder2015-07-031-5/+1
|
* Debugging plugin wrappersNed Batchelder2015-06-141-3/+10
|
* Protect against misbehaving plugins.Ned Batchelder2015-02-151-0/+2
| | | | | Also, test some misbehavior, and move our own annotations of plugins into prefixed attributes.
* fooNed Batchelder2015-02-141-2/+2
|
* PylintNed Batchelder2015-02-141-5/+7
|
* Add a no-op method to the base class to make branch coverage work with ↵Ned Batchelder2015-02-061-0/+3
| | | | plugins. Thanks, Jessamyn Smith.
* Keep windows workingNed Batchelder2015-01-251-2/+3
|
* More plugin doc tweaksNed Batchelder2015-01-251-11/+9
|
* More docs about plugins.Ned Batchelder2015-01-251-5/+30
|
* Move flat_rootname to the base classNed Batchelder2015-01-241-6/+12
|
* Move a helper from plugin.py to misc.pyNed Batchelder2015-01-241-26/+11
|
* Trying to get the doc format and references right.Ned Batchelder2015-01-241-12/+17
|
* Change sysinfo to sys_infoNed Batchelder2015-01-241-1/+1
|