Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a no-op method to the base class to make branch coverage work with ↵ | Ned Batchelder | 2015-02-06 | 2 | -0/+4 |
| | | | | plugins. Thanks, Jessamyn Smith. | ||||
* | Move stats.errors stuff to reduce repetition and noise | Ned Batchelder | 2015-02-06 | 1 | -15/+4 |
| | |||||
* | Switch to 'goto error' style to reduce the number of DECREFs needed | Ned Batchelder | 2015-02-06 | 1 | -37/+27 |
| | |||||
* | Don't need these includes any more | Ned Batchelder | 2015-02-04 | 1 | -2/+0 |
| | |||||
* | Clean up some pylint complaints | Ned Batchelder | 2015-02-02 | 2 | -17/+21 |
| | |||||
* | Ignore more directories when linting. | Ned Batchelder | 2015-02-02 | 1 | -4/+10 |
| | |||||
* | Trailing whitespace. | Ned Batchelder | 2015-02-02 | 2 | -2/+2 |
| | |||||
* | Simplify the plugin selection logic. | Ned Batchelder | 2015-02-01 | 1 | -32/+26 |
| | |||||
* | Make process_startup idempotent, to fix #340. | Ned Batchelder | 2015-02-01 | 3 | -7/+30 |
| | |||||
* | Things to do | Ned Batchelder | 2015-01-31 | 1 | -4/+11 |
| | |||||
* | Sort authors by entire name, not "last" name. | Ned Batchelder | 2015-01-31 | 1 | -39/+39 |
| | |||||
* | Multiprocess support doesn't work yet on Windows. | Ned Batchelder | 2015-01-31 | 2 | -6/+17 |
| | |||||
* | Wildly experimental multiprocessing support. Covers most of #117. | Ned Batchelder | 2015-01-30 | 6 | -3/+110 |
| | |||||
* | Add a disabled test that demonstrates bug #351. | Ned Batchelder | 2015-01-29 | 1 | -5/+13 |
| | |||||
* | Give a reasonable warning for a previous assert. Closes #353. | Ned Batchelder | 2015-01-26 | 3 | -6/+37 |
| | |||||
* | Fix the tests that were looking for the doc URL. | Ned Batchelder | 2015-01-26 | 6 | -6/+6 |
| | |||||
* | Bump the versions; docs now at readthedocs | Ned Batchelder | 2015-01-26 | 4 | -7/+9 |
| | |||||
* | Coverage 4.0a4 | Ned Batchelder | 2015-01-25 | 1 | -0/+1 |
| | |||||
* | Prepare for 4.0a4coverage-4.0a4 | Ned Batchelder | 2015-01-25 | 5 | -9/+22 |
| | |||||
* | Keep windows working | Ned Batchelder | 2015-01-25 | 2 | -3/+10 |
| | |||||
* | More plugin doc tweaks | Ned Batchelder | 2015-01-25 | 2 | -11/+19 |
| | |||||
* | Update version number | Ned Batchelder | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | Rename plugin.rst to plugins.rst | Ned Batchelder | 2015-01-25 | 2 | -1/+1 |
| | | | | | --HG-- rename : doc/plugin.rst => doc/plugins.rst | ||||
* | More docs about plugins. | Ned Batchelder | 2015-01-25 | 3 | -7/+70 |
| | |||||
* | Move flat_rootname to the base class | Ned Batchelder | 2015-01-24 | 2 | -19/+12 |
| | |||||
* | Delete obsolete attribute. | Ned Batchelder | 2015-01-24 | 1 | -6/+0 |
| | |||||
* | Set timid=True automatically for plugins | Ned Batchelder | 2015-01-24 | 2 | -2/+27 |
| | | | | | 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. | ||||
* | Get the version right in the docs. | Ned Batchelder | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Move a helper from plugin.py to misc.py | Ned Batchelder | 2015-01-24 | 2 | -26/+29 |
| | |||||
* | Trying to get the doc format and references right. | Ned Batchelder | 2015-01-24 | 2 | -18/+21 |
| | |||||
* | Remove obsolete stuff from trouble.rst | Ned Batchelder | 2015-01-24 | 1 | -19/+2 |
| | |||||
* | Turn all the history into comments. | Ned Batchelder | 2015-01-24 | 14 | -118/+118 |
| | |||||
* | Try not having a custom style on rtfd | Ned Batchelder | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Start of a plugin doc page | Ned Batchelder | 2015-01-24 | 2 | -0/+23 |
| | |||||
* | Properly handle alpha releases. | Ned Batchelder | 2015-01-24 | 1 | -3/+8 |
| | |||||
* | Update the changes.rst file in the docs | Ned Batchelder | 2015-01-24 | 3 | -9/+101 |
| | |||||
* | Change sysinfo to sys_info | Ned Batchelder | 2015-01-24 | 4 | -15/+15 |
| | |||||
* | Plugins can provide sysinfo | Ned Batchelder | 2015-01-24 | 3 | -0/+58 |
| | |||||
* | Make the two forms of debug output more uniform | Ned Batchelder | 2015-01-24 | 5 | -11/+33 |
| | |||||
* | info_formatter shouldn't assume it gets a list | Ned Batchelder | 2015-01-24 | 2 | -0/+5 |
| | |||||
* | Keep todo up-to-date | Ned Batchelder | 2015-01-24 | 1 | -2/+2 |
| | |||||
* | Clarify how to use make_file for non-ascii content. | Ned Batchelder | 2015-01-22 | 2 | -5/+12 |
| | |||||
* | Issue #315 was fixed | Ned Batchelder | 2015-01-21 | 1 | -1/+3 |
| | |||||
* | Bump the version | Ned Batchelder | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | Coverage 4.0a3 | Ned Batchelder | 2015-01-20 | 1 | -0/+1 |
| | |||||
* | An official 4.0a3coverage-4.0a3 | Ned Batchelder | 2015-01-20 | 1 | -3/+4 |
| | |||||
* | XML package_depth configuration option. Thanks, Lex Berezhny | Ned Batchelder | 2015-01-19 | 6 | -18/+88 |
| | |||||
* | Fix bad regression: XML report now reports packages again. #235 | Ned Batchelder | 2015-01-19 | 5 | -9/+90 |
| | |||||
* | Comment was missing a word | Ned Batchelder | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | The DTD for cobertura, for reference | Ned Batchelder | 2015-01-19 | 1 | -0/+55 |
| |