summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-042-4/+6
|
* Automate the uploading of the kits.Ned Batchelder2009-12-022-9/+10
|
* details for next releaseNed Batchelder2009-12-021-0/+1
|
* Coverage.py is a stupid name. I wonder how much Titus wants for the figleaf ↵Ned Batchelder2009-12-021-4/+4
| | | | brand? :-)
* Massive eol whitespace clean-up.Ned Batchelder2009-12-0249-636/+637
|
* Clean up coverage_coverage.pyNed Batchelder2009-12-011-4/+7
|
* An attempt to make the memory leak test more predictable, but it might be ↵Ned Batchelder2009-12-011-6/+9
| | | | impossible.
* A --version option for the command line.Ned Batchelder2009-12-012-15/+31
|
* The command help said --branch was HIGHLY EXPERIMENTAL!!Ned Batchelder2009-12-012-1/+2
|
* Mark this as applying to Python 2 and 3 explicitly, since the PyPI home page ↵Ned Batchelder2009-12-011-1/+2
| | | | has a 'Python 3 Packages' link that looks for Python :: 3.
* Coverage.py 3.2b4Ned Batchelder2009-12-011-0/+1
|
* Changes for 3.2b4coverage-3.2b4Ned Batchelder2009-12-011-2/+6
|
* I can't for the life of me figure out why :ref: references are emphasized, ↵Ned Batchelder2009-12-011-0/+4
| | | | so just style away the <em>. Ugh.
* Mark some more code as not covered by tests.Ned Batchelder2009-11-301-2/+2
|
* A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-305-23/+66
|
* Mark some code as not covered.Ned Batchelder2009-11-301-3/+3
|
* Adapt the all-Python scripts to the new 3.1 Distribute scheme. ↵Ned Batchelder2009-11-302-4/+4
| | | | allcoverage.cmd still doesn't save 3.1 results for some reason...
* The testing setup is involved: document it some.Ned Batchelder2009-11-301-0/+15
|
* The testing setup is involved: document it some.Ned Batchelder2009-11-301-0/+0
| | | | | --HG-- rename : release.txt => howto.txt
* Merge stuff I almost lost!Ned Batchelder2009-11-308-48/+141
|\
| * IdeasNed Batchelder2009-11-291-1/+3
| |
| * coverage_coverage.py now writes separate data files for each run of the test ↵Ned Batchelder2009-11-292-41/+114
| | | | | | | | suite, and combines them for reporting.
| * Don't measure mock.py when we measure our coverage.Ned Batchelder2009-11-292-1/+2
| |
| * Fix some self-measurement problems. Now coverage_coverage.py works again ↵Ned Batchelder2009-11-295-11/+26
| | | | | | | | (had to be sure to stop coverage if check_coverage threw an exception).
| * Always more ideas.Ned Batchelder2009-11-291-0/+2
| |
* | Use Distribute for 3.x, stick with setuptools for 2.xNed Batchelder2009-11-306-44/+479
|/
* A little more detail on how stuff works.Ned Batchelder2009-11-281-0/+7
|
* No end to the doc stuff.Ned Batchelder2009-11-281-2/+1
|
* Too much detail on the front page.Ned Batchelder2009-11-281-1/+1
|
* Doc tweaking, part 47Ned Batchelder2009-11-287-32/+44
|
* Doc tweaking.Ned Batchelder2009-11-285-46/+111
|
* More doc tweaks, and a css file to make the drafts look more like the site.Ned Batchelder2009-11-284-13/+37
|
* Doc tweaks.Ned Batchelder2009-11-274-40/+41
|
* This is long enough to deserve its own file.Ned Batchelder2009-11-272-41/+39
|
* The docs have said '3.0' for a while now..Ned Batchelder2009-11-272-2/+3
|
* Add a little bit of branch information to 'debug data'Ned Batchelder2009-11-272-1/+4
|
* Line lengthsNed Batchelder2009-11-261-3/+5
|
* XML report now includes branch information.Ned Batchelder2009-11-266-14/+78
|
* Tired of these TODO's that I'm not going to do anything about.Ned Batchelder2009-11-261-8/+0
|
* Rename our future-happy unittest methods to match their future versions, and ↵Ned Batchelder2009-11-267-85/+142
| | | | let the future versions win if they exist.
* Refactor generic unittest methods into a new class.Ned Batchelder2009-11-263-66/+77
|
* When reporting, don't fall over if there's no data to report on. Fixes issue ↵Ned Batchelder2009-11-266-20/+68
| | | | #37.
* Move the javascript code for click-to-sort columns into its own file. It ↵Ned Batchelder2009-11-2524-890/+182
| | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests.
* Although issue #19 was a doctest flaw, it's good to have a test to be sure ↵Ned Batchelder2009-11-251-0/+44
| | | | we're still working well with doctests.
* Split the oddball tests into their own file.Ned Batchelder2009-11-253-236/+248
|
* Make the first column look sorted by default, and a little clean-up.Ned Batchelder2009-11-252-7/+9
|
* Merged Chris Adams' further improvements to click-to-sort HTML report columns.Ned Batchelder2009-11-251-9/+59
|\
| * Persistent Index SortingChris Adams2009-11-241-9/+59
| | | | | | | | | | | | Now the index page will remember its sort options across page loads, which means you can click on an item, view its report and return without the index resetting to its default order
* | When partial lines are hidden and run lines are shown, then partial lines ↵Ned Batchelder2009-11-244-15/+23
| | | | | | | | are shown as run.