Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linux and Mac put a newline in the sys.version string. Odd. | Ned Batchelder | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | Added a 'coverage debug' command to get internal information for diagnosing ↵ | Ned Batchelder | 2009-09-27 | 4 | -7/+78 |
| | | | | problems. Also, all commands should at least take -h. | ||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 2 | -2/+3 |
| | | | | 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 |
| | |||||
* | lint cleanup | Ned Batchelder | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | XML report: now validates against the Cobertura dtd. | Ned Batchelder | 2009-09-26 | 1 | -37/+53 |
| | |||||
* | XML command writes to coverage.xml, and takes a -o argument to write it ↵ | Ned Batchelder | 2009-09-25 | 2 | -1/+13 |
| | | | | somewhere else. | ||||
* | 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 | 5 | -12/+8 |
| | | | | place, use it everywhere. | ||||
* | 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 use -o for 'omit' in the new command syntax: it should mean output. | Ned Batchelder | 2009-09-24 | 1 | -2/+8 |
| | |||||
* | 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 | 1 | -3/+2 |
| | | | | when tests fail. Also make it all work under Py3k. | ||||
* | Some XML report fixes, and a very basic test. | Ned Batchelder | 2009-09-23 | 3 | -6/+5 |
| | |||||
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 3 | -26/+96 |
| | |||||
* | Simple cleanup | Ned Batchelder | 2009-09-22 | 1 | -2/+1 |
| | |||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 9 | -60/+67 |
| | | | | contortions. | ||||
* | More progress on multi-head kits, though I'm not sure it will work. | Ned Batchelder | 2009-09-18 | 2 | -2/+7 |
| | |||||
* | 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. | ||||
* | Capture the full path to the data file when execution starts. Fixes issue 24. | Ned Batchelder | 2009-09-14 | 1 | -17/+8 |
| | |||||
* | Bump version number to 3.1b1. | Ned Batchelder | 2009-09-13 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | Bill Hart's original cobertura.py renamed to xml.py. | Ned Batchelder | 2009-09-13 | 1 | -0/+139 |
| | |||||
* | A nicer way to write help text. | Ned Batchelder | 2009-09-13 | 1 | -9/+9 |
| | |||||
* | Forgot to add html to the list of commands | Ned Batchelder | 2009-09-13 | 1 | -0/+1 |
| | |||||
* | All commands are now available as new-style commands. | Ned Batchelder | 2009-09-13 | 1 | -9/+74 |
| | |||||
* | Proper help handling for the new command-line syntax. | Ned Batchelder | 2009-09-12 | 1 | -19/+82 |
| | |||||
* | First new-style command: run | Ned Batchelder | 2009-09-12 | 1 | -35/+44 |
| | |||||
* | Major changes to introduce new command line syntax. | Ned Batchelder | 2009-09-12 | 1 | -78/+174 |
| | |||||
* | More command line cleanup. | Ned Batchelder | 2009-09-12 | 1 | -39/+48 |
| | |||||
* | Clean up the optparse support. | Ned Batchelder | 2009-09-11 | 1 | -63/+29 |
| | |||||
* | Switch from getopt to optparse. Thanks, Ben Finney! | Ned Batchelder | 2009-09-10 | 1 | -60/+129 |
| | |||||
* | Minor tweaks to the command-line help. | Ned Batchelder | 2009-09-09 | 1 | -1/+1 |
| | |||||
* | Start using Mock to test the command-line code. | Ned Batchelder | 2009-09-09 | 1 | -4/+12 |
| | |||||
* | Explicitly request pickle protocol 2 so that Py3-written pickles can be read ↵ | Ned Batchelder | 2009-09-06 | 1 | -1/+1 |
| | | | | by Py2. | ||||
* | Minor templite tweaks. | Ned Batchelder | 2009-09-06 | 1 | -1/+2 |
| | |||||
* | Fix a problem with DecoratorTools fiddling with the trace function and ↵ | Ned Batchelder | 2009-08-09 | 3 | -72/+103 |
| | | | | screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13. | ||||
* | Remove stray comment | Ned Batchelder | 2009-08-09 | 1 | -1/+0 |
| | |||||
* | Clean up some new lint warnings. | Ned Batchelder | 2009-07-12 | 1 | -1/+2 |
| | |||||
* | Narrow the amount of code in a coverage start/stop window in a test so that ↵ | Ned Batchelder | 2009-07-12 | 2 | -0/+10 |
| | | | | the differences in 2.x and 3.x scoping rules don't change the results of the test. Also, some commented-out logging of the trace machinery that helped me find the problem. Now all tests pass on Python 3.1! | ||||
* | Py3k: some output is bytes instead of string, so convert since it doesn't ↵ | Ned Batchelder | 2009-07-09 | 1 | -2/+9 |
| | | | | matter. | ||||
* | Have the tests use the script explicitly until I can figure out how to ↵ | Ned Batchelder | 2009-07-09 | 1 | -1/+7 |
| | | | | install a usable script for Py3k | ||||
* | Py3k: unify subprocess and popen4. | Ned Batchelder | 2009-07-08 | 1 | -0/+27 |
| | |||||
* | Various Py3k fixes: remove gratuitous print, don't test the print statement, ↵ | Ned Batchelder | 2009-07-08 | 2 | -4/+22 |
| | | | | deal with __cmp__ ugliness, etc. | ||||
* | Builtins moved in Py 3.x | Ned Batchelder | 2009-07-08 | 1 | -1/+9 |
| | |||||
* | Remove a redundant import. | Ned Batchelder | 2009-07-07 | 1 | -2/+0 |
| |