Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -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 Batchelder | 2015-02-07 | 1 | -90/+98 | |
| | ||||||
* | Set timid=True automatically for plugins | Ned Batchelder | 2015-01-24 | 1 | -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_info | Ned Batchelder | 2015-01-24 | 1 | -9/+9 | |
| | ||||||
* | Plugins can provide sysinfo | Ned Batchelder | 2015-01-24 | 1 | -0/+43 | |
| | ||||||
* | Make the plugin test work on Windows | Ned Batchelder | 2015-01-18 | 1 | -1/+4 | |
| | ||||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -12/+2 | |
| | ||||||
* | pep8 | Ned Batchelder | 2015-01-01 | 1 | -11/+11 | |
| | ||||||
* | Move Plugins so that plugin.py is just interface definitions | Ned Batchelder | 2015-01-01 | 1 | -2/+5 | |
| | ||||||
* | For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵ | Ned Batchelder | 2014-12-12 | 1 | -1/+1 | |
| | | | | them. | |||||
* | Make sure check_include isn't called more than once per file. | Ned Batchelder | 2014-11-28 | 1 | -0/+23 | |
| | ||||||
* | Finished the plugin2 test of a dynamic tracing plugin. | Ned Batchelder | 2014-11-27 | 1 | -56/+70 | |
| | ||||||
* | Change how dynamic source filenames work in plugins. | Ned Batchelder | 2014-11-24 | 1 | -1/+36 | |
| | ||||||
* | Move to the misc.py file | Ned Batchelder | 2014-11-21 | 1 | -51/+1 | |
| | ||||||
* | Clean up some plugin tests. | Ned Batchelder | 2014-11-12 | 1 | -40/+12 | |
| | ||||||
* | More plugin re-shaping | Ned Batchelder | 2014-10-19 | 1 | -12/+22 | |
| | ||||||
* | Can change config after construction. | Ned Batchelder | 2014-10-11 | 1 | -4/+8 | |
| | ||||||
* | Move lots of initing to _init, so we can tweak settings before starting. | Ned Batchelder | 2014-10-10 | 1 | -2/+7 | |
| | ||||||
* | Skip a test on Windows for now. | Ned Batchelder | 2014-09-27 | 1 | -0/+6 | |
| | ||||||
* | Some people running tests have a foo.py in their path... | Ned Batchelder | 2014-09-21 | 1 | -1/+1 | |
| | ||||||
* | Progress on plugins | Ned Batchelder | 2014-09-14 | 1 | -7/+120 | |
| | ||||||
* | Make CoveragePlugin importable from coverage | Ned Batchelder | 2014-08-22 | 1 | -4/+4 | |
| | ||||||
* | Forgotten files | Ned Batchelder | 2014-08-21 | 1 | -0/+104 | |