Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Clean up the XML tests a little | Ned Batchelder | 2015-01-19 | 1 | -11/+16 |
| | |||||
* | More pep8 compliance | Ned Batchelder | 2015-01-19 | 3 | -2/+15 |
| | |||||
* | Issue #69 was fixed yesterday | Ned Batchelder | 2015-01-18 | 2 | -1/+15 |
| | |||||
* | Make some test setup more uniform | Ned Batchelder | 2015-01-18 | 4 | -14/+23 |
| | |||||
* | Issue #290 was fixed with the filename cleanup today. | Ned Batchelder | 2015-01-18 | 1 | -1/+3 |
| | |||||
* | 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 | 21 | -82/+114 |
| | |||||
* | Properly deal with .pyc files missing their sources. | Ned Batchelder | 2015-01-18 | 2 | -10/+81 |
| | |||||
* | Fix formatting before writing more tests. | Ned Batchelder | 2015-01-18 | 1 | -17/+31 |
| | |||||
* | nose --with-ids is useful. | Ned Batchelder | 2015-01-18 | 2 | -1/+2 |
| | |||||
* | Bump version since we published 4.0a2 | Ned Batchelder | 2015-01-17 | 2 | -1/+2 |
| | |||||
* | Clean up the module->file logic | Ned Batchelder | 2015-01-17 | 2 | -13/+14 |
| | |||||
* | When finding the source for a frame, really check if it exists | Ned Batchelder | 2015-01-17 | 3 | -13/+25 |
| | |||||
* | Split the requirements file so we don't try to install pyenchant for running ↵ | Ned Batchelder | 2015-01-17 | 3 | -7/+12 |
| | | | | tests. | ||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 43 | -172/+175 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --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 | 3 | -8/+35 |
| | |||||
* | 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 | 3 | -5/+36 |
| | |||||
* | Strike 3.2 from howto.txt | Ned Batchelder | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | 3.2 isn't supported, so don't make Windows kits for it | Ned Batchelder | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Coverage 4.0a2 | Ned Batchelder | 2015-01-16 | 1 | -0/+1 |
| | |||||
* | Note some things that need to be donecoverage-4.0a2 | Ned Batchelder | 2015-01-14 | 1 | -2/+6 |
| | |||||
* | Update for 4.0a2 | Ned Batchelder | 2015-01-14 | 2 | -4/+5 |
| | |||||
* | Remove unused imports | Ned Batchelder | 2015-01-10 | 3 | -6/+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 | 2 | -4/+14 |
| | |||||
* | Add test support for the plugin info in 'debug data' | Ned Batchelder | 2015-01-08 | 1 | -6/+15 |
| | |||||
* | 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 |
| | |||||
* | Use tox factors to clean up tox.ini | Ned Batchelder | 2015-01-03 | 2 | -54/+7 |
| | |||||
* | Start formalizing the FileReporter interface to simplify things | Ned Batchelder | 2015-01-02 | 7 | -50/+105 |
| | |||||
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 10 | -159/+172 |
| | |||||
* | Move code_unit_factory into Coverage | Ned Batchelder | 2015-01-01 | 4 | -100/+80 |
| | |||||
* | Refactoring FileLocators and codeunit factories, more to come. | Ned Batchelder | 2015-01-01 | 2 | -25/+25 |
| | |||||
* | Be a little clearer about when we expect one thing, and when we expect a list | Ned Batchelder | 2015-01-01 | 4 | -46/+74 |
| | |||||
* | pep8 | Ned Batchelder | 2015-01-01 | 1 | -11/+11 |
| | |||||
* | Move Plugins so that plugin.py is just interface definitions | Ned Batchelder | 2015-01-01 | 3 | -40/+43 |
| | |||||
* | pep8 | Ned Batchelder | 2015-01-01 | 1 | -27/+43 |
| | |||||
* | 2015 happy new year | Ned Batchelder | 2015-01-01 | 2 | -2/+2 |
| | |||||
* | A few more filenames as %s instead of %r | Ned Batchelder | 2014-12-28 | 3 | -3/+3 |
| | |||||
* | Don't use %r for filenames, on windows, the backslashes go nuts. | Ned Batchelder | 2014-12-28 | 3 | -6/+6 |
| | |||||
* | Another bug had been fixed | Ned Batchelder | 2014-12-28 | 1 | -1/+2 |
| |