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 | 1 | -0/+3 |
| | | | | 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 | 1 | -4/+8 |
| | |||||
* | 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 | 1 | -5/+24 |
| | |||||
* | Wildly experimental multiprocessing support. Covers most of #117. | Ned Batchelder | 2015-01-30 | 3 | -2/+57 |
| | |||||
* | Give a reasonable warning for a previous assert. Closes #353. | Ned Batchelder | 2015-01-26 | 1 | -6/+3 |
| | |||||
* | Bump the versions; docs now at readthedocs | Ned Batchelder | 2015-01-26 | 2 | -5/+6 |
| | |||||
* | Keep windows working | Ned Batchelder | 2015-01-25 | 1 | -2/+3 |
| | |||||
* | More plugin doc tweaks | Ned Batchelder | 2015-01-25 | 1 | -11/+9 |
| | |||||
* | More docs about plugins. | Ned Batchelder | 2015-01-25 | 1 | -5/+30 |
| | |||||
* | 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 | 1 | -2/+12 |
| | | | | | 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. | ||||
* | 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 | 1 | -12/+17 |
| | |||||
* | Change sysinfo to sys_info | Ned Batchelder | 2015-01-24 | 3 | -6/+6 |
| | |||||
* | Plugins can provide sysinfo | Ned Batchelder | 2015-01-24 | 2 | -0/+15 |
| | |||||
* | Make the two forms of debug output more uniform | Ned Batchelder | 2015-01-24 | 3 | -8/+20 |
| | |||||
* | info_formatter shouldn't assume it gets a list | Ned Batchelder | 2015-01-24 | 1 | -0/+1 |
| | |||||
* | Clarify how to use make_file for non-ascii content. | Ned Batchelder | 2015-01-22 | 1 | -4/+8 |
| | |||||
* | Bump the version | Ned Batchelder | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | XML package_depth configuration option. Thanks, Lex Berezhny | Ned Batchelder | 2015-01-19 | 2 | -0/+4 |
| | |||||
* | Fix bad regression: XML report now reports packages again. #235 | Ned Batchelder | 2015-01-19 | 1 | -6/+13 |
| | |||||
* | More pep8 compliance | Ned Batchelder | 2015-01-19 | 2 | -2/+8 |
| | |||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 11 | -30/+64 |
| | |||||
* | Properly deal with .pyc files missing their sources. | Ned Batchelder | 2015-01-18 | 1 | -9/+25 |
| | |||||
* | Bump version since we published 4.0a2 | Ned Batchelder | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | Clean up the module->file logic | Ned Batchelder | 2015-01-17 | 1 | -13/+11 |
| | |||||
* | When finding the source for a frame, really check if it exists | Ned Batchelder | 2015-01-17 | 1 | -5/+12 |
| | |||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 2 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html | ||||
* | Provide early error messages for bad regexes in config. #349 | Ned Batchelder | 2015-01-16 | 1 | -8/+21 |
| | |||||
* | Pylint didn't like .format(self=self): Argument 'self' passed by position ↵ | Ned Batchelder | 2015-01-16 | 1 | -2/+2 |
| | | | | and keyword | ||||
* | Report empty files as 100% instead of 0%, fixes #345 | Ned Batchelder | 2015-01-16 | 1 | -4/+19 |
| | |||||
* | Remove unused imports | Ned Batchelder | 2015-01-10 | 2 | -5/+1 |
| | |||||
* | Move base-class logic from CodeUnit to FileReporter | Ned Batchelder | 2015-01-09 | 4 | -52/+59 |
| | |||||
* | Report a more useful error if an expression fails. | Ned Batchelder | 2015-01-09 | 1 | -1/+11 |
| | |||||
* | Read and write plugin data to .coverage | Ned Batchelder | 2015-01-08 | 2 | -9/+20 |
| | |||||
* | Bump version to alpha 2 | Ned Batchelder | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Start formalizing the FileReporter interface to simplify things | Ned Batchelder | 2015-01-02 | 5 | -32/+99 |
| | |||||
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 7 | -137/+142 |
| | |||||
* | Move code_unit_factory into Coverage | Ned Batchelder | 2015-01-01 | 3 | -76/+51 |
| | |||||
* | Refactoring FileLocators and codeunit factories, more to come. | Ned Batchelder | 2015-01-01 | 1 | -7/+11 |
| | |||||
* | Be a little clearer about when we expect one thing, and when we expect a list | Ned Batchelder | 2015-01-01 | 3 | -20/+48 |
| | |||||
* | Move Plugins so that plugin.py is just interface definitions | Ned Batchelder | 2015-01-01 | 2 | -38/+38 |
| | |||||
* | pep8 | Ned Batchelder | 2015-01-01 | 1 | -27/+43 |
| | |||||
* | 2015 happy new year | Ned Batchelder | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | A few more filenames as %s instead of %r | Ned Batchelder | 2014-12-28 | 3 | -3/+3 |
| |