summaryrefslogtreecommitdiff
path: root/coverage/plugin.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Plugins can provide sysinfoNed Batchelder2015-01-241-0/+11
|
* Pylint didn't like .format(self=self): Argument 'self' passed by position ↵Ned Batchelder2015-01-161-2/+2
| | | | and keyword
* 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
|
* Move Plugins so that plugin.py is just interface definitionsNed Batchelder2015-01-011-37/+0
|
* Don't use %r for filenames, on windows, the backslashes go nuts.Ned Batchelder2014-12-281-4/+4
|
* Finished the plugin2 test of a dynamic tracing plugin.Ned Batchelder2014-11-271-3/+3
|
* Change how dynamic source filenames work in plugins.Ned Batchelder2014-11-241-8/+44
|
* Move to the misc.py fileNed Batchelder2014-11-211-23/+0
|
* Clean up some plugin tests.Ned Batchelder2014-11-121-5/+0
|
* Add docstrings for plugin functionsNed Batchelder2014-10-311-2/+41
|
* More plugin re-shapingNed Batchelder2014-10-191-14/+26
|
* Progress on pluginsNed Batchelder2014-09-141-19/+65
|
* Move dispositions closer to useful pluginsNed Batchelder2014-09-061-0/+32
|
* More-serious plugin supportNed Batchelder2014-08-211-13/+23
|
* Rename extensions to plugins, since extensions reminds me of parts of filenamesNed Batchelder2014-08-201-0/+20
--HG-- rename : coverage/extension.py => coverage/plugin.py