summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
* Need this tooNed Batchelder2009-10-101-0/+81
|
* Continued hacking on branch coverage.Ned Batchelder2009-10-102-48/+169
|
* Much more ad-hoc goodness.Ned Batchelder2009-10-071-7/+80
|
* Mark most of these methods as private.Ned Batchelder2009-10-071-15/+15
|
* Basic plumbing for a --branch option.Ned Batchelder2009-10-074-4/+21
|
* Bump the version number to 3.2aNed Batchelder2009-10-071-1/+1
|
* Use xrange on py2k and range on py3kNed Batchelder2009-10-051-0/+7
|
* Update all the metadata for version 3.1Ned Batchelder2009-10-041-1/+1
|
* Help should focus on the new command syntax but also have a way to get help ↵Ned Batchelder2009-10-041-7/+11
| | | | on the old.
* Last clean up on the egg-reading code. Fixes issue #25.Ned Batchelder2009-09-301-9/+12
|
* Make egg source reading work on py2k and py3k, though i don't like it much...Ned Batchelder2009-09-302-5/+7
|
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-293-6/+20
|
* Scooch the versionNed Batchelder2009-09-291-1/+1
|
* Linux and Mac put a newline in the sys.version string. Odd.Ned Batchelder2009-09-271-1/+1
|
* Added a 'coverage debug' command to get internal information for diagnosing ↵Ned Batchelder2009-09-274-7/+78
| | | | problems. Also, all commands should at least take -h.
* HTML report includes non-relative code units also. Fixes issue #11, though ↵Ned Batchelder2009-09-262-2/+3
| | | | the paths displayed in the HTML are kind of heinous.
* Fix some spacing in the footer of the HTML report.Ned Batchelder2009-09-261-1/+6
|
* lint cleanupNed Batchelder2009-09-261-1/+1
|
* XML report: now validates against the Cobertura dtd.Ned Batchelder2009-09-261-37/+53
|
* XML command writes to coverage.xml, and takes a -o argument to write it ↵Ned Batchelder2009-09-252-1/+13
| | | | somewhere else.
* One more place to indirect the url.Ned Batchelder2009-09-251-1/+1
|
* Put __version__ back in the main file, and also put the URL in only one ↵Ned Batchelder2009-09-255-12/+8
| | | | place, use it everywhere.
* Clean up the XML code, use common reporting infrastructure, add a Generator ↵Ned Batchelder2009-09-251-71/+74
| | | | comment, don't output packages that don't really exist.
* Don't use -o for 'omit' in the new command syntax: it should mean output.Ned Batchelder2009-09-241-2/+8
|
* Cleanup in the HTML code.Ned Batchelder2009-09-241-14/+10
|
* Get the test working properly, including adding a usable diff comparison ↵Ned Batchelder2009-09-231-3/+2
| | | | when tests fail. Also make it all work under Py3k.
* Some XML report fixes, and a very basic test.Ned Batchelder2009-09-233-6/+5
|
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-233-26/+96
|
* Simple cleanupNed Batchelder2009-09-221-2/+1
|
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-229-60/+67
| | | | contortions.
* More progress on multi-head kits, though I'm not sure it will work.Ned Batchelder2009-09-182-2/+7
|
* Tracer extension with non-functioning PEP 3121 stuff trimmed out.Ned Batchelder2009-09-171-24/+3
|
* Tracer extension with Py3k support. This is part of what PEP 3121 told me ↵Ned Batchelder2009-09-171-10/+97
| | | | to do, but there's parts they didn't implement (!?) so I'm going to scrape a lot of it off.
* Capture the full path to the data file when execution starts. Fixes issue 24.Ned Batchelder2009-09-141-17/+8
|
* Bump version number to 3.1b1.Ned Batchelder2009-09-131-1/+1
|
* Tweak xml helpNed Batchelder2009-09-131-1/+1
|
* XML reporting hooked up, but not everything is right: a test_farm test fails ↵Ned Batchelder2009-09-133-28/+24
| | | | | | | now?? --HG-- rename : coverage/xml.py => coverage/xmlreport.py
* First part of wiring up xml reports.Ned Batchelder2009-09-133-33/+40
|
* Minor help tweaksNed Batchelder2009-09-131-2/+4
|
* Bill Hart's original cobertura.py renamed to xml.py.Ned Batchelder2009-09-131-0/+139
|
* A nicer way to write help text.Ned Batchelder2009-09-131-9/+9
|
* Forgot to add html to the list of commandsNed Batchelder2009-09-131-0/+1
|
* All commands are now available as new-style commands.Ned Batchelder2009-09-131-9/+74
|
* Proper help handling for the new command-line syntax.Ned Batchelder2009-09-121-19/+82
|
* First new-style command: runNed Batchelder2009-09-121-35/+44
|
* Major changes to introduce new command line syntax.Ned Batchelder2009-09-121-78/+174
|
* More command line cleanup.Ned Batchelder2009-09-121-39/+48
|
* Clean up the optparse support.Ned Batchelder2009-09-111-63/+29
|
* Switch from getopt to optparse. Thanks, Ben Finney!Ned Batchelder2009-09-101-60/+129
|
* Minor tweaks to the command-line help.Ned Batchelder2009-09-091-1/+1
|