Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | If the product code throws an exception, 'coverage run' now produces the ↵ | Ned Batchelder | 2010-02-19 | 1 | -2/+6 | |
| | | | | same traceback as 'python' would, without the coverage-internal frames distracting from your code. | |||||
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 1 | -2/+0 | |
| | | | | | --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py | |||||
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | Lint-friendly help noop function. | Ned Batchelder | 2009-12-29 | 1 | -1/+5 | |
| | ||||||
* | Add tests for 'coverage debug data' | Ned Batchelder | 2009-12-19 | 1 | -0/+1 | |
| | ||||||
* | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 1 | -17/+17 | |
| | ||||||
* | A --rcfile argument to specify the config file. | Ned Batchelder | 2009-12-06 | 1 | -14/+19 | |
| | ||||||
* | Move some cmdline code to a more logical place. | Ned Batchelder | 2009-12-04 | 1 | -4/+5 | |
| | ||||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -28/+30 | |
| | ||||||
* | A --version option for the command line. | Ned Batchelder | 2009-12-01 | 1 | -15/+27 | |
| | ||||||
* | The command help said --branch was HIGHLY EXPERIMENTAL!! | Ned Batchelder | 2009-12-01 | 1 | -1/+1 | |
| | ||||||
* | Add a little bit of branch information to 'debug data' | Ned Batchelder | 2009-11-27 | 1 | -0/+3 | |
| | ||||||
* | Treat missing source files nicer. | Ned Batchelder | 2009-10-25 | 1 | -2/+10 | |
| | ||||||
* | Everything should derive from object. | Ned Batchelder | 2009-10-24 | 1 | -2/+2 | |
| | ||||||
* | Basic plumbing for a --branch option. | Ned Batchelder | 2009-10-07 | 1 | -0/+7 | |
| | ||||||
* | Help should focus on the new command syntax but also have a way to get help ↵ | Ned Batchelder | 2009-10-04 | 1 | -7/+11 | |
| | | | | on the old. | |||||
* | Added a 'coverage debug' command to get internal information for diagnosing ↵ | Ned Batchelder | 2009-09-27 | 1 | -3/+41 | |
| | | | | problems. Also, all commands should at least take -h. | |||||
* | XML command writes to coverage.xml, and takes a -o argument to write it ↵ | Ned Batchelder | 2009-09-25 | 1 | -1/+11 | |
| | | | | somewhere else. | |||||
* | One more place to indirect the url. | Ned Batchelder | 2009-09-25 | 1 | -1/+1 | |
| | ||||||
* | Don't use -o for 'omit' in the new command syntax: it should mean output. | Ned Batchelder | 2009-09-24 | 1 | -2/+8 | |
| | ||||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 1 | -4/+4 | |
| | | | | contortions. | |||||
* | 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 | 1 | -4/+5 | |
| | | | | | | | now?? --HG-- rename : coverage/xml.py => coverage/xmlreport.py | |||||
* | First part of wiring up xml reports. | Ned Batchelder | 2009-09-13 | 1 | -0/+14 | |
| | ||||||
* | Minor help tweaks | Ned Batchelder | 2009-09-13 | 1 | -2/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix a problem with DecoratorTools fiddling with the trace function and ↵ | Ned Batchelder | 2009-08-09 | 1 | -4/+9 | |
| | | | | screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13. | |||||
* | Add a short description to the command line help. | Ned Batchelder | 2009-05-16 | 1 | -0/+1 | |
| | ||||||
* | cover_stdlib wasn't quite right, it controls covering the entire Python ↵ | Ned Batchelder | 2009-05-12 | 1 | -3/+3 | |
| | | | | library, so cover_pylib it is. | |||||
* | Less-magical coverage api: load() method loads data from data file, no more ↵ | Ned Batchelder | 2009-05-12 | 1 | -3/+6 | |
| | | | | save() on process exit. | |||||
* | Remove some lambdas | Ned Batchelder | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | Re-think the api to set the data file name and suffix. | Ned Batchelder | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | Lint clean-ups. | Ned Batchelder | 2009-05-05 | 1 | -0/+1 | |
| | ||||||
* | Pass values into coverage's contructor rather than set properties. | Ned Batchelder | 2009-05-04 | 1 | -3/+4 | |
| | ||||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -5/+5 | |
| | ||||||
* | Python stdlib is now not measured by default. If needed, turn it on with ↵coverage-3.0b2 | Ned Batchelder | 2009-04-29 | 1 | -2/+5 | |
| | | | | the -L switch. | |||||
* | Don't spew the whole help message when there's a problem with command-line ↵ | Ned Batchelder | 2009-04-28 | 1 | -5/+19 | |
| | | | | arguments. | |||||
* | Finish up the cmdline details for -b | Ned Batchelder | 2009-04-28 | 1 | -11/+18 | |
| | ||||||
* | Last refactor dropped some important arguments. | Ned Batchelder | 2009-04-27 | 1 | -4/+9 | |
| | ||||||
* | Refactor some report plumbing. There's a simpler way... | Ned Batchelder | 2009-04-26 | 1 | -11/+3 | |
| |