summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Remove some redundancy in the farm tests.Ned Batchelder2009-12-274-10/+5
| | | | | | | | | | | | | | | | | | | | --HG-- rename : test/farm/html/run_x_xml.py => test/farm/html/run_a_xml.py
* | | | Simplify and test the default pragma exclusion.Ned Batchelder2009-12-272-2/+14
| | | |
* | | | Simplify the check_coverage function just a smidginNed Batchelder2009-12-261-10/+9
| | | |
* | | | Mark some lines as uncoverable, add some tests for some test methods.Ned Batchelder2009-12-266-27/+116
| | | |
* | | | COVERAGE_PROCESS_START now is the name of the rc file, and we use it to ↵Ned Batchelder2009-12-264-13/+18
| | | | | | | | | | | | | | | | measure our own coverage.
* | | | process_startup is a better name for the new function.Ned Batchelder2009-12-234-5/+13
| | | |
* | | | A way to start coverage when Python starts, to help with measuring coverage ↵Ned Batchelder2009-12-236-6/+38
| | | | | | | | | | | | | | | | in subprocesses.
* | | | Clarify the behavior of check_coverage.Ned Batchelder2009-12-211-3/+8
| | | |
* | | | lint lintNed Batchelder2009-12-202-2/+4
| | | |
* | | | It helps if you exclude the proper pragma comment.Ned Batchelder2009-12-203-4/+4
| | | |
* | | | Jumps to jumps could make loops look like they go places they really don't, ↵Ned Batchelder2009-12-204-5/+50
| | | | | | | | | | | | | | | | so start new chunks for every absolute jump. Fixes issue #39.
* | | | A better way to display differences between arc lists when tests fail.Ned Batchelder2009-12-201-3/+10
| | | |
* | | | Always more ideasNed Batchelder2009-12-201-0/+1
| | | |
* | | | No point measuring coverage under the Python tracer, since the tracer itself ↵Ned Batchelder2009-12-201-10/+2
| | | | | | | | | | | | | | | | isn't measured.
* | | | Add tests for 'coverage debug data'Ned Batchelder2009-12-193-3/+57
| | | |
* | | | This wasn't testing code unit comparisons directly. Now it is.Ned Batchelder2009-12-181-4/+4
| | | |
* | | | WhitespaceNed Batchelder2009-12-171-1/+1
| | | |
* | | | version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-139-13/+13
| | | |
* | | | Keep it working on 3.x also.Ned Batchelder2009-12-132-1/+2
| | | |
* | | | Rename the config file option for excluding source lines, in prep for ↵Ned Batchelder2009-12-133-4/+41
| | | | | | | | | | | | | | | | excluding files.
* | | | Clean upNed Batchelder2009-12-131-1/+1
| | | |
* | | | I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵Ned Batchelder2009-12-136-35/+41
| | | | | | | | | | | | | | | | instead.
* | | | Tidy up the command line notes.Ned Batchelder2009-12-092-33/+51
| | | |
* | | | A --rcfile argument to specify the config file.Ned Batchelder2009-12-063-23/+36
| | | |
* | | | Instructions for coverage_coverage.pyNed Batchelder2009-12-061-1/+13
| | | |
* | | | Yikes, I never had a test for --branch.Ned Batchelder2009-12-061-0/+8
| | | |
* | | | Clean up HTML files.Ned Batchelder2009-12-065-133/+134
| | | |
* | | | Make the two html templates more similar in style.Ned Batchelder2009-12-0610-522/+481
| | | |
* | | | 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.
* | | | Added an AUTHORS.txt file.Ned Batchelder2009-12-065-2/+34
| | | |
* | | | Clean-upsNed Batchelder2009-12-0513-639/+640
| | | |
* | | | Planning for this release.Ned Batchelder2009-12-051-7/+13
| | | |
* | | | Make it a real 3.3 versionNed Batchelder2009-12-052-1/+7
| | | |
* | | | Merged config changes to default. Let the 3.3 wild rumpus start!Ned Batchelder2009-12-0510-34/+265
|\ \ \ \
| * | | | A PEP8 target, but its output is pretty annoying...Ned Batchelder2009-12-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | 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-0364-783/+1406
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | --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-282-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | A new way to manage changes to the environment in the unit tests.Ned Batchelder2009-11-281-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | Add data_file to the .coveragerc file.Ned Batchelder2009-11-286-10/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | Test the config file support.Ned Batchelder2009-11-284-3/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --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-284-21/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
| * | | | | | Start working on a config file feature.Ned Batchelder2009-11-280-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : config
* | | | | | | Merge final 3.2 tweaks to default.Ned Batchelder2009-12-0519-4280/+4469
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Coverage 3.2Ned Batchelder2009-12-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch
| * | | | | | Ugh.coverage-3.2Ned Batchelder2009-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : 3.2_branch