summaryrefslogtreecommitdiff
path: root/tests/plugin1.py
Commit message (Expand)AuthorAgeFilesLines
* Use set literalsNed Batchelder2021-01-031-1/+1
* 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
* Clean up in plugin testsNed Batchelder2017-03-291-1/+1
* Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-091-4/+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-0/+5
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-021-7/+4
* Finished the plugin2 test of a dynamic tracing plugin.Ned Batchelder2014-11-271-1/+5
* Change how dynamic source filenames work in plugins.Ned Batchelder2014-11-241-3/+2
* Clean up some plugin tests.Ned Batchelder2014-11-121-0/+46