summaryrefslogtreecommitdiff
path: root/coverage/plugin.py
Commit message (Expand)AuthorAgeFilesLines
* 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 measurement...Ned Batchelder2018-02-101-0/+10
* 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
* Be absolutely explicit about non-hashability of some objects.Ned Batchelder2016-09-231-0/+2
* 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
* 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
* 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 plugin...Ned Batchelder2015-02-061-0/+3
* 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
* Plugins can provide sysinfoNed Batchelder2015-01-241-0/+11
* Pylint didn't like .format(self=self): Argument 'self' passed by position and...Ned Batchelder2015-01-161-2/+2
* Move base-class logic from CodeUnit to FileReporterNed Batchelder2015-01-091-0/+52
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-021-4/+38
* Move python source understanding into python.pyNed Batchelder2015-01-011-2/+0