summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | File-closing logic was wrong.Ned Batchelder2010-01-091-5/+7
| | | |
* | | | XML output file is configurable in .rc file.Ned Batchelder2010-01-093-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 Batchelder2010-01-062-3/+12
| | | |
* | | | tidyNed Batchelder2010-01-031-1/+1
| | | |
* | | | Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-035-14/+36
| | | |
* | | | SpacingNed Batchelder2010-01-021-7/+0
| | | |
* | | | Tidy up the config code.Ned Batchelder2009-12-301-8/+10
| | | |
* | | | Lint-friendly help noop function.Ned Batchelder2009-12-291-1/+5
| | | |
* | | | Delete files combined during 'coverage combine'. Fixes issue #40.Ned Batchelder2009-12-291-0/+2
| | | |
* | | | ignore_errors can be set in [report].ignore_errorsNed Batchelder2009-12-292-12/+29
| | | |
* | | | Forgot one place to use omit= from the config file.Ned Batchelder2009-12-281-1/+4
| | | |
* | | | Omit prefixes can be specified in the config file.Ned Batchelder2009-12-282-6/+27
| | | |
* | | | Add more tests of omitting files during HTML reporting, and a better way to ↵Ned Batchelder2009-12-271-0/+2
| | | | | | | | | | | | | | | | enable re-importing modules during test_farm tests.
* | | | Simplify and test the default pragma exclusion.Ned Batchelder2009-12-271-2/+2
| | | |
* | | | COVERAGE_PROCESS_START now is the name of the rc file, and we use it to ↵Ned Batchelder2009-12-261-5/+3
| | | | | | | | | | | | | | | | measure our own coverage.
* | | | process_startup is a better name for the new function.Ned Batchelder2009-12-232-4/+9
| | | |
* | | | A way to start coverage when Python starts, to help with measuring coverage ↵Ned Batchelder2009-12-233-5/+26
| | | | | | | | | | | | | | | | in subprocesses.
* | | | It helps if you exclude the proper pragma comment.Ned Batchelder2009-12-201-1/+1
| | | |
* | | | Jumps to jumps could make loops look like they go places they really don't, ↵Ned Batchelder2009-12-201-1/+14
| | | | | | | | | | | | | | | | so start new chunks for every absolute jump. Fixes issue #39.
* | | | Add tests for 'coverage debug data'Ned Batchelder2009-12-191-0/+1
| | | |
* | | | version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-134-4/+4
| | | |
* | | | Keep it working on 3.x also.Ned Batchelder2009-12-131-1/+1
| | | |
* | | | Rename the config file option for excluding source lines, in prep for ↵Ned Batchelder2009-12-131-2/+2
| | | | | | | | | | | | | | | | excluding files.
* | | | Tidy up the command line notes.Ned Batchelder2009-12-091-17/+17
| | | |
* | | | A --rcfile argument to specify the config file.Ned Batchelder2009-12-061-14/+19
| | | |
* | | | Clean up HTML files.Ned Batchelder2009-12-064-133/+133
| | | |
* | | | Make the two html templates more similar in style.Ned Batchelder2009-12-063-106/+110
| | | |
* | | | Add a numbered id to the line parts, for future use. Put the percentage in ↵Ned Batchelder2009-12-061-3/+3
| | | | | | | | | | | | | | | | the title of file reports.
* | | | Make it a real 3.3 versionNed Batchelder2009-12-051-1/+1
| | | |
* | | | Merged config changes to default. Let the 3.3 wild rumpus start!Ned Batchelder2009-12-055-25/+115
|\ \ \ \
| * | | | Clean trailing whitespace.Ned Batchelder2009-12-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | Clean trailing whitespace.Ned Batchelder2009-12-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | Merged default onto config.Ned Batchelder2009-12-0321-358/+388
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | Docstrings for the new file.Ned Batchelder2009-11-281-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | Read the data file from the COVERAGE_FILE environment variable.Ned Batchelder2009-11-281-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | Add data_file to the .coveragerc file.Ned Batchelder2009-11-283-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | Test the config file support.Ned Batchelder2009-11-283-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | Merged change from default branchNed Batchelder2009-11-281-0/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | | Read .coveragerc by default.Ned Batchelder2009-11-282-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | | Read a config file to get some of our configuration.Ned Batchelder2009-11-283-20/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
* | | | | | | Set the version to 3.2Ned Batchelder2009-12-041-1/+1
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
* | | | | | Move some cmdline code to a more logical place.Ned Batchelder2009-12-041-4/+5
| |_|/ / / |/| | | |
* | | | | Massive eol whitespace clean-up.Ned Batchelder2009-12-0220-332/+336
| | | | |
* | | | | A --version option for the command line.Ned Batchelder2009-12-011-15/+27
| | | | |
* | | | | The command help said --branch was HIGHLY EXPERIMENTAL!!Ned Batchelder2009-12-011-1/+1
| | | | |
* | | | | A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-302-4/+10
| | | | |
* | | | | Mark some code as not covered.Ned Batchelder2009-11-301-3/+3
| | | | |
* | | | | Don't measure mock.py when we measure our coverage.Ned Batchelder2009-11-291-0/+1
| | | | |
* | | | | Fix some self-measurement problems. Now coverage_coverage.py works again ↵Ned Batchelder2009-11-292-4/+11
| |/ / / |/| | | | | | | | | | | (had to be sure to stop coverage if check_coverage threw an exception).
* | | | A little more detail on how stuff works.Ned Batchelder2009-11-281-0/+7
|/ / /