summaryrefslogtreecommitdiff
path: root/tests/plugin2.py
Commit message (Expand)AuthorAgeFilesLines
* fix: don't warn that dynamic plugins already imported their source files. #1150Ned Batchelder2021-05-011-0/+8
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* There will be other kinds of pluginsNed Batchelder2017-12-261-2/+2
* Pylint 1.8.1, and fix its new warningsNed Batchelder2017-12-231-0/+1
* Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-091-1/+1
* Use the canonical import names for plugin base classes.Ned Batchelder2015-08-081-2/+2
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Pylint warningsNed Batchelder2015-07-051-1/+1
* Constructing the plugin is the plugin's businessNed Batchelder2015-07-051-1/+1
* Change how plugins are initialized. No more Plugin. Now coverage_init.Ned Batchelder2015-07-051-2/+7
* Normalize measured data's filenames before adding to data.Ned Batchelder2015-05-251-1/+2
* backout b98fc53, so that tip is clean for merging pull requests.Ned Batchelder2015-04-151-1/+1
* Absolute names in data, fixes Windows plugins, breaks data tests.Ned Batchelder2015-03-011-1/+1
* Ensure all FileReporter's have a .name attributeNed Batchelder2015-02-221-3/+5
* PylintNed Batchelder2015-02-141-3/+2
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-021-11/+2
* Finished the plugin2 test of a dynamic tracing plugin.Ned Batchelder2014-11-271-7/+31
* Forgot this fileNed Batchelder2014-11-241-0/+24