Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweaks to the package description.coverage-3.1b1 | Ned Batchelder | 2009-09-27 | 1 | -7/+9 |
| | |||||
* | Coverage 3.1b1 | Ned Batchelder | 2009-09-27 | 1 | -0/+1 |
| | |||||
* | Updated CHANGES for the 3.1b1 release. | Ned Batchelder | 2009-09-27 | 2 | -4/+4 |
| | |||||
* | Linux and Mac put a newline in the sys.version string. Odd. | Ned Batchelder | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | Try to make this test impervious to platform differences. | Ned Batchelder | 2009-09-27 | 2 | -0/+6 |
| | | | | | --HG-- rename : test/farm/html/gold_other/_ned_coverage_trunk_test_farm_html_othersrc_other.html => test/farm/html/gold_other/blah_blah_other.html | ||||
* | Added a 'coverage debug' command to get internal information for diagnosing ↵ | Ned Batchelder | 2009-09-27 | 6 | -13/+102 |
| | | | | problems. Also, all commands should at least take -h. | ||||
* | Edits to CHANGES | Ned Batchelder | 2009-09-27 | 1 | -12/+16 |
| | |||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 11 | -3/+431 |
| | | | | the paths displayed in the HTML are kind of heinous. | ||||
* | Fix some spacing in the footer of the HTML report. | Ned Batchelder | 2009-09-26 | 1 | -1/+6 |
| | |||||
* | A little more info in CHANGES | Ned Batchelder | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | Use universal newline mode when comparing test results. | Ned Batchelder | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | lint cleanup | Ned Batchelder | 2009-09-26 | 2 | -1/+7 |
| | |||||
* | XML report: now validates against the Cobertura dtd. | Ned Batchelder | 2009-09-26 | 3 | -44/+64 |
| | |||||
* | File comparison can include regex scrubbing to ignore certain parts. | Ned Batchelder | 2009-09-26 | 1 | -2/+16 |
| | |||||
* | XML command writes to coverage.xml, and takes a -o argument to write it ↵ | Ned Batchelder | 2009-09-25 | 5 | -7/+54 |
| | | | | somewhere else. | ||||
* | Move common stuff to a common place. | Ned Batchelder | 2009-09-25 | 1 | -33/+25 |
| | |||||
* | One more place to indirect the url. | Ned Batchelder | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Put __version__ back in the main file, and also put the URL in only one ↵ | Ned Batchelder | 2009-09-25 | 6 | -14/+10 |
| | | | | place, use it everywhere. | ||||
* | Fix the gold file: need to do this differently, or I'll have to touch this ↵ | Ned Batchelder | 2009-09-25 | 1 | -0/+1 |
| | | | | with every version... | ||||
* | Clean up the XML code, use common reporting infrastructure, add a Generator ↵ | Ned Batchelder | 2009-09-25 | 1 | -71/+74 |
| | | | | comment, don't output packages that don't really exist. | ||||
* | Don't need this any more | Ned Batchelder | 2009-09-24 | 1 | -7/+0 |
| | |||||
* | Don't use -o for 'omit' in the new command syntax: it should mean output. | Ned Batchelder | 2009-09-24 | 2 | -8/+14 |
| | |||||
* | Cleanup in the HTML code. | Ned Batchelder | 2009-09-24 | 1 | -14/+10 |
| | |||||
* | Get the test working properly, including adding a usable diff comparison ↵ | Ned Batchelder | 2009-09-23 | 6 | -12/+19 |
| | | | | when tests fail. Also make it all work under Py3k. | ||||
* | Some XML report fixes, and a very basic test. | Ned Batchelder | 2009-09-23 | 5 | -6/+40 |
| | |||||
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 9 | -41/+117 |
| | |||||
* | Simple cleanup | Ned Batchelder | 2009-09-22 | 1 | -2/+1 |
| | |||||
* | Forgot to update the CHANGES file for Py3k | Ned Batchelder | 2009-09-22 | 1 | -0/+2 |
| | |||||
* | Update TODO for the py3k work. | Ned Batchelder | 2009-09-22 | 1 | -3/+3 |
| | |||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 26 | -117/+171 |
| | | | | contortions. | ||||
* | Clean up setup.py from the other py3k experiments. | Ned Batchelder | 2009-09-20 | 1 | -9/+1 |
| | |||||
* | New theory about how to kit for py3k: coverage3k-* kits are for 3.x | Ned Batchelder | 2009-09-20 | 7 | -22/+18 |
| | |||||
* | More progress on multi-head kits, though I'm not sure it will work. | Ned Batchelder | 2009-09-18 | 6 | -7/+18 |
| | |||||
* | Command-line notes | Ned Batchelder | 2009-09-18 | 1 | -0/+51 |
| | |||||
* | Py3k kitting. | Ned Batchelder | 2009-09-18 | 7 | -6/+35 |
| | |||||
* | Disable the long recursion test under 3.x for now: it crashes the ↵ | Ned Batchelder | 2009-09-17 | 1 | -13/+14 |
| | | | | interpreter hard. | ||||
* | Better 3.x testing, etc. | Ned Batchelder | 2009-09-17 | 3 | -4/+20 |
| | |||||
* | Tracer extension with non-functioning PEP 3121 stuff trimmed out. | Ned Batchelder | 2009-09-17 | 1 | -24/+3 |
| | |||||
* | Tracer extension with Py3k support. This is part of what PEP 3121 told me ↵ | Ned Batchelder | 2009-09-17 | 1 | -10/+97 |
| | | | | to do, but there's parts they didn't implement (!?) so I'm going to scrape a lot of it off. | ||||
* | Change how run_timid checks the name of the Tracer class, so that 2.x and ↵ | Ned Batchelder | 2009-09-17 | 2 | -5/+5 |
| | | | | 3.x will do it the same. | ||||
* | Annotate CHANGES with some issues fixed. | Ned Batchelder | 2009-09-15 | 1 | -7/+17 |
| | |||||
* | Try to use modern terminology.. | Ned Batchelder | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 5 | -17/+30 |
| | |||||
* | Have to run 2to3 on mock.py now | Ned Batchelder | 2009-09-14 | 1 | -2/+2 |
| | |||||
* | Bump version number to 3.1b1. | Ned Batchelder | 2009-09-13 | 3 | -3/+7 |
| | |||||
* | Tweak xml help | Ned Batchelder | 2009-09-13 | 1 | -1/+1 |
| | |||||
* | XML reporting hooked up, but not everything is right: a test_farm test fails ↵ | Ned Batchelder | 2009-09-13 | 3 | -28/+24 |
| | | | | | | | now?? --HG-- rename : coverage/xml.py => coverage/xmlreport.py | ||||
* | Save .coverage when running our own coverage tests. | Ned Batchelder | 2009-09-13 | 1 | -0/+1 |
| | |||||
* | First part of wiring up xml reports. | Ned Batchelder | 2009-09-13 | 3 | -33/+40 |
| | |||||
* | Minor help tweaks | Ned Batchelder | 2009-09-13 | 1 | -2/+4 |
| |