Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 3 | -13/+13 | |
| | | | | | | | | | | | | helpful for directing developers to improved test coverage. | |||||
* | | | Minor cleanup | Ned Batchelder | 2010-03-13 | 1 | -3/+3 | |
| | | | ||||||
* | | | I like this punctuation better | Ned Batchelder | 2010-03-13 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merged Ben Finney's use-os-path-module fixes (again?) | Ned Batchelder | 2010-03-13 | 1 | -2/+4 | |
|\ \ \ | ||||||
| * | | | Use ‘os.path.commonprefix’ to find the “relative directory” at the ↵ | Ben Finney | 2010-02-03 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | start of a path. --HG-- branch : use-os-path-module | |||||
* | | | | Bump version number | Ned Batchelder | 2010-03-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Deal properly with dos-ended source files while tokenizing. Fixes issue #53. | Ned Batchelder | 2010-03-13 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Don't let parallel=True prevent reporting. Fixes #49. | Ned Batchelder | 2010-03-06 | 1 | -9/+10 | |
| | | | | ||||||
* | | | | We'll call this 3.3.1 | Ned Batchelder | 2010-02-28 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | If the user's code calls sys.exit(), honor the request and exit with that ↵ | Ned Batchelder | 2010-02-28 | 2 | -6/+15 | |
| | | | | | | | | | | | | | | | | status. Fixes issue #50. | |||||
* | | | | When emulating the Python interpreter, don't print SystemExits tracebacks. | Ned Batchelder | 2010-02-24 | 1 | -1/+6 | |
| | | | | ||||||
* | | | | Move the version number to 3.3 | Ned Batchelder | 2010-02-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Docs functionally complete for 3.3 | Ned Batchelder | 2010-02-24 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Python source files that don't end with a newline can now be executed, ↵ | Ned Batchelder | 2010-02-22 | 2 | -10/+17 | |
| | | | | | | | | | | | | | | | | fixing #47. | |||||
* | | | | Spaces | Ned Batchelder | 2010-02-22 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Fiddling with docs for 3.3 | Ned Batchelder | 2010-02-22 | 1 | -6/+13 | |
| | | | | ||||||
* | | | | Lint cleanups | Ned Batchelder | 2010-02-20 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | If the product code throws an exception, 'coverage run' now produces the ↵ | Ned Batchelder | 2010-02-19 | 3 | -4/+28 | |
| | | | | | | | | | | | | | | | | same traceback as 'python' would, without the coverage-internal frames distracting from your code. | |||||
* | | | | Clean up the lst += string stuff, whereby string being iterable means each ↵ | Ned Batchelder | 2010-02-07 | 3 | -21/+21 | |
| | | | | | | | | | | | | | | | | char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect. | |||||
* | | | | You know that thing they say about how ''.join(slist) is faster than s1 += ↵ | Ned Batchelder | 2010-02-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | s? It's really true. This one change removed 90% of the templite time, and 59% of the html report generation time. | |||||
* | | | | Update a few copyrights to 2010. | Ned Batchelder | 2010-01-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | File-closing logic was wrong. | Ned Batchelder | 2010-01-09 | 1 | -5/+7 | |
| | | | | ||||||
* | | | | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 3 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py | |||||
* | | | | HTML output directory is now settable in the .rc file. | Ned Batchelder | 2010-01-06 | 2 | -3/+12 | |
| | | | | ||||||
* | | | | tidy | Ned Batchelder | 2010-01-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 5 | -14/+36 | |
| | | | | ||||||
* | | | | Spacing | Ned Batchelder | 2010-01-02 | 1 | -7/+0 | |
| | | | | ||||||
* | | | | Tidy up the config code. | Ned Batchelder | 2009-12-30 | 1 | -8/+10 | |
| | | | | ||||||
* | | | | Lint-friendly help noop function. | Ned Batchelder | 2009-12-29 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | Delete files combined during 'coverage combine'. Fixes issue #40. | Ned Batchelder | 2009-12-29 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | ignore_errors can be set in [report].ignore_errors | Ned Batchelder | 2009-12-29 | 2 | -12/+29 | |
| | | | | ||||||
* | | | | Forgot one place to use omit= from the config file. | Ned Batchelder | 2009-12-28 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 2 | -6/+27 | |
| | | | | ||||||
* | | | | Add more tests of omitting files during HTML reporting, and a better way to ↵ | Ned Batchelder | 2009-12-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | enable re-importing modules during test_farm tests. | |||||
* | | | | Simplify and test the default pragma exclusion. | Ned Batchelder | 2009-12-27 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | COVERAGE_PROCESS_START now is the name of the rc file, and we use it to ↵ | Ned Batchelder | 2009-12-26 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | measure our own coverage. | |||||
* | | | | process_startup is a better name for the new function. | Ned Batchelder | 2009-12-23 | 2 | -4/+9 | |
| | | | | ||||||
* | | | | A way to start coverage when Python starts, to help with measuring coverage ↵ | Ned Batchelder | 2009-12-23 | 3 | -5/+26 | |
| | | | | | | | | | | | | | | | | in subprocesses. | |||||
* | | | | It helps if you exclude the proper pragma comment. | Ned Batchelder | 2009-12-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Jumps to jumps could make loops look like they go places they really don't, ↵ | Ned Batchelder | 2009-12-20 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | so start new chunks for every absolute jump. Fixes issue #39. | |||||
* | | | | Add tests for 'coverage debug data' | Ned Batchelder | 2009-12-19 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 4 | -4/+4 | |
| | | | | ||||||
* | | | | Keep it working on 3.x also. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Rename the config file option for excluding source lines, in prep for ↵ | Ned Batchelder | 2009-12-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | excluding files. | |||||
* | | | | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 1 | -17/+17 | |
| | | | | ||||||
* | | | | A --rcfile argument to specify the config file. | Ned Batchelder | 2009-12-06 | 1 | -14/+19 | |
| | | | | ||||||
* | | | | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 4 | -133/+133 | |
| | | | | ||||||
* | | | | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 3 | -106/+110 | |
| | | | | ||||||
* | | | | Add a numbered id to the line parts, for future use. Put the percentage in ↵ | Ned Batchelder | 2009-12-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | the title of file reports. | |||||
* | | | | Make it a real 3.3 version | Ned Batchelder | 2009-12-05 | 1 | -1/+1 | |
| | | | |