summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Set timid=True automatically for pluginsNed Batchelder2015-01-242-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 Batchelder2015-01-241-1/+1
|
* Move a helper from plugin.py to misc.pyNed Batchelder2015-01-242-26/+29
|
* Trying to get the doc format and references right.Ned Batchelder2015-01-242-18/+21
|
* Remove obsolete stuff from trouble.rstNed Batchelder2015-01-241-19/+2
|
* Turn all the history into comments.Ned Batchelder2015-01-2414-118/+118
|
* Try not having a custom style on rtfdNed Batchelder2015-01-241-1/+1
|
* Start of a plugin doc pageNed Batchelder2015-01-242-0/+23
|
* Properly handle alpha releases.Ned Batchelder2015-01-241-3/+8
|
* Update the changes.rst file in the docsNed Batchelder2015-01-243-9/+101
|
* Change sysinfo to sys_infoNed Batchelder2015-01-244-15/+15
|
* Plugins can provide sysinfoNed Batchelder2015-01-243-0/+58
|
* Make the two forms of debug output more uniformNed Batchelder2015-01-245-11/+33
|
* info_formatter shouldn't assume it gets a listNed Batchelder2015-01-242-0/+5
|
* Keep todo up-to-dateNed Batchelder2015-01-241-2/+2
|
* Clarify how to use make_file for non-ascii content.Ned Batchelder2015-01-222-5/+12
|
* 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
|