summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Issue #315 was fixedNed Batchelder2015-01-211-1/+3
|
* Bump the versionNed Batchelder2015-01-201-1/+1
|
* Coverage 4.0a3Ned Batchelder2015-01-201-0/+1
|
* An official 4.0a3coverage-4.0a3Ned Batchelder2015-01-201-3/+4
|
* XML package_depth configuration option. Thanks, Lex BerezhnyNed Batchelder2015-01-196-18/+88
|
* Fix bad regression: XML report now reports packages again. #235Ned Batchelder2015-01-195-9/+90
|
* Comment was missing a wordNed Batchelder2015-01-191-1/+1
|
* The DTD for cobertura, for referenceNed Batchelder2015-01-191-0/+55
|
* Clean up the XML tests a littleNed Batchelder2015-01-191-11/+16
|
* More pep8 complianceNed Batchelder2015-01-193-2/+15
|
* Issue #69 was fixed yesterdayNed Batchelder2015-01-182-1/+15
|
* Make some test setup more uniformNed Batchelder2015-01-184-14/+23
|
* Issue #290 was fixed with the filename cleanup today.Ned Batchelder2015-01-181-1/+3
|
* Make the plugin test work on WindowsNed Batchelder2015-01-181-1/+4
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-1821-82/+114
|
* Properly deal with .pyc files missing their sources.Ned Batchelder2015-01-182-10/+81
|
* Fix formatting before writing more tests.Ned Batchelder2015-01-181-17/+31
|
* nose --with-ids is useful.Ned Batchelder2015-01-182-1/+2
|
* Bump version since we published 4.0a2Ned Batchelder2015-01-172-1/+2
|
* Clean up the module->file logicNed Batchelder2015-01-172-13/+14
|
* When finding the source for a frame, really check if it existsNed Batchelder2015-01-173-13/+25
|
* Split the requirements file so we don't try to install pyenchant for running ↵Ned Batchelder2015-01-173-7/+12
| | | | tests.
* Use file names with extensions in reports.Ned Batchelder2015-01-1743-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. #349Ned Batchelder2015-01-163-8/+35
|
* Pylint didn't like .format(self=self): Argument 'self' passed by position ↵Ned Batchelder2015-01-161-2/+2
| | | | and keyword
* Report empty files as 100% instead of 0%, fixes #345Ned Batchelder2015-01-163-5/+36
|
* Strike 3.2 from howto.txtNed Batchelder2015-01-161-1/+1
|
* 3.2 isn't supported, so don't make Windows kits for itNed Batchelder2015-01-161-1/+1
|
* Coverage 4.0a2Ned Batchelder2015-01-161-0/+1
|
* Note some things that need to be donecoverage-4.0a2Ned Batchelder2015-01-141-2/+6
|
* Update for 4.0a2Ned Batchelder2015-01-142-4/+5
|
* Remove unused importsNed Batchelder2015-01-103-6/+1
|
* Move base-class logic from CodeUnit to FileReporterNed Batchelder2015-01-094-52/+59
|
* Report a more useful error if an expression fails.Ned Batchelder2015-01-092-4/+14
|
* Add test support for the plugin info in 'debug data'Ned Batchelder2015-01-081-6/+15
|
* Read and write plugin data to .coverageNed Batchelder2015-01-082-9/+20
|
* Bump version to alpha 2Ned Batchelder2015-01-031-1/+1
|
* Use tox factors to clean up tox.iniNed Batchelder2015-01-032-54/+7
|
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-027-50/+105
|
* Move python source understanding into python.pyNed Batchelder2015-01-0110-159/+172
|
* Move code_unit_factory into CoverageNed Batchelder2015-01-014-100/+80
|
* Refactoring FileLocators and codeunit factories, more to come.Ned Batchelder2015-01-012-25/+25
|
* Be a little clearer about when we expect one thing, and when we expect a listNed Batchelder2015-01-014-46/+74
|
* pep8Ned Batchelder2015-01-011-11/+11
|
* Move Plugins so that plugin.py is just interface definitionsNed Batchelder2015-01-013-40/+43
|
* pep8Ned Batchelder2015-01-011-27/+43
|
* 2015 happy new yearNed Batchelder2015-01-012-2/+2
|
* A few more filenames as %s instead of %rNed Batchelder2014-12-283-3/+3
|
* Don't use %r for filenames, on windows, the backslashes go nuts.Ned Batchelder2014-12-283-6/+6
|
* Another bug had been fixedNed Batchelder2014-12-281-1/+2
|