summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-2/+1
| | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped.
* Change how we snoop on callbacks, and how we skip tests.Ned Batchelder2015-02-071-90/+98
|
* Set timid=True automatically for pluginsNed Batchelder2015-01-241-0/+15
| | | | | This is better than asking people to add timid=True to their configs, since this way they won't have to clean it out of their config later.
* Change sysinfo to sys_infoNed Batchelder2015-01-241-9/+9
|
* Plugins can provide sysinfoNed Batchelder2015-01-241-0/+43
|
* Make the plugin test work on WindowsNed Batchelder2015-01-181-1/+4
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-12/+2
|
* pep8Ned Batchelder2015-01-011-11/+11
|
* Move Plugins so that plugin.py is just interface definitionsNed Batchelder2015-01-011-2/+5
|
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-121-1/+1
| | | | them.
* Make sure check_include isn't called more than once per file.Ned Batchelder2014-11-281-0/+23
|
* Finished the plugin2 test of a dynamic tracing plugin.Ned Batchelder2014-11-271-56/+70
|
* Change how dynamic source filenames work in plugins.Ned Batchelder2014-11-241-1/+36
|
* Move to the misc.py fileNed Batchelder2014-11-211-51/+1
|
* Clean up some plugin tests.Ned Batchelder2014-11-121-40/+12
|
* More plugin re-shapingNed Batchelder2014-10-191-12/+22
|
* Can change config after construction.Ned Batchelder2014-10-111-4/+8
|
* Move lots of initing to _init, so we can tweak settings before starting.Ned Batchelder2014-10-101-2/+7
|
* Skip a test on Windows for now.Ned Batchelder2014-09-271-0/+6
|
* Some people running tests have a foo.py in their path...Ned Batchelder2014-09-211-1/+1
|
* Progress on pluginsNed Batchelder2014-09-141-7/+120
|
* Make CoveragePlugin importable from coverageNed Batchelder2014-08-221-4/+4
|
* Forgotten filesNed Batchelder2014-08-211-0/+104