Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * move pytest_coverage/nose_plugin to become directly importable | holger krekel | 2009-11-25 | 3 | -68/+68 |
| | | | | | | | | | * fixing order of coverage options * pytest: only do coverage-processing if cover-action is defined --HG-- rename : coverage/test_plugins/nose_coverage.py => coverage/nose_coverage.py rename : coverage/test_plugins/pytest_coverage.py => coverage/pytest_coverage.py | ||||
* | Merging in changes from http://bitbucket.org/ned/coveragepy/ | rozza@x103086.gcapmedia.com | 2009-11-20 | 5 | -92/+128 |
|\ | |||||
| * | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 3 | -44/+53 |
| | | |||||
| * | Odd indentation, fix it. | Ned Batchelder | 2009-11-20 | 1 | -3/+3 |
| | | |||||
| * | Merged Chris Adams' sortable HTML changes. | Ned Batchelder | 2009-11-20 | 3 | -62/+89 |
| |\ | |||||
| | * | Better HTML reporting | Chris Adams | 2009-11-19 | 3 | -62/+89 |
| | | | | | | | | | | | | imported patch TweakedReports | ||||
| * | | Bump the version number. | Ned Batchelder | 2009-11-20 | 1 | -1/+1 |
| | | | |||||
* | | | Typo | rozza@x103086.gcapmedia.com | 2009-11-20 | 1 | -1/+1 |
| | | | |||||
* | | | Adding a CoverageTestWrapper to be used by test runners / plugins. | rozza@x103086.gcapmedia.com | 2009-11-20 | 3 | -0/+318 |
| | | | | | | | | | | | | | | | | | | | | | Added example plugins for pytest and nose Warning: I haven't tested the nose plugin against a test suite Warning: I use a file listing files / paths to omit from code coverage and use regexes to filter them out To ignore that remove the monkey patch.. | ||||
* | | | Moving file filter logic out so it can be monkey patched easily | rozza@x103086.gcapmedia.com | 2009-11-20 | 1 | -10/+17 |
| | | | |||||
* | | | Ensuring that Class definitions exit counts are correct when you use ↵ | rozza@x103086.gcapmedia.com | 2009-11-20 | 1 | -2/+4 |
|/ / | | | | | | | #pragma: no cover for the class | ||||
* | | The --omit option was checking name instead of filename. This is much ↵ | Ned Batchelder | 2009-11-19 | 1 | -1/+1 |
|/ | | | | better! Fixes #33. Thanks, Danek Duvall | ||||
* | Ignore the branch of an except clause testing its type, since these aren't ↵ | Ned Batchelder | 2009-11-17 | 1 | -3/+17 |
| | | | | conceptually branches. Fixes #35. | ||||
* | Classes shouldn't be marked as branches. Fixes #32. | Ned Batchelder | 2009-11-16 | 1 | -7/+21 |
| | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 2 | -2/+2 |
| | |||||
* | More readable comment | Ned Batchelder | 2009-11-15 | 1 | -2/+2 |
| | |||||
* | Fix a problem with syntax coloring continued lines, and refactor for ↵ | Ned Batchelder | 2009-11-15 | 2 | -86/+136 |
| | | | | testability, and add tests. Fixes issue #30. | ||||
* | Bump the version number | Ned Batchelder | 2009-11-12 | 1 | -1/+1 |
| | |||||
* | Nearing 3.2b1 | Ned Batchelder | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Some per-instance caching to speed code parsing and analysis. | Ned Batchelder | 2009-11-10 | 2 | -1/+17 |
| | |||||
* | Keep showing excluded lines by default. | Ned Batchelder | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 3 | -2/+16 |
| | |||||
* | Clean up. | Ned Batchelder | 2009-11-08 | 5 | -11/+35 |
| | |||||
* | Don't include excluded lines when reporting exit counts. | Ned Batchelder | 2009-11-08 | 1 | -1/+8 |
| | |||||
* | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 2 | -21/+28 |
| | |||||
* | Show branches and executed branches in HTML reports. | Ned Batchelder | 2009-11-08 | 1 | -3/+6 |
| | |||||
* | Shouldn't count multiple (-1,x) arcs as branches. | Ned Batchelder | 2009-11-08 | 1 | -0/+4 |
| | |||||
* | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 2 | -17/+54 |
| | |||||
* | Use the patch from <<issue 23>> to get Cobertura to find source files. | Ned Batchelder | 2009-11-07 | 1 | -1/+2 |
| | |||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 4 | -18/+19 |
| | |||||
* | Touch-ups in an ancient function. | Ned Batchelder | 2009-11-02 | 1 | -3/+2 |
| | |||||
* | Test and refactor Numbers. | Ned Batchelder | 2009-11-02 | 1 | -10/+11 |
| | |||||
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 4 | -40/+35 |
| | |||||
* | Factor out Analysis and Numbers into their own file: imports were getting ↵ | Ned Batchelder | 2009-11-02 | 3 | -144/+148 |
| | | | | circular. | ||||
* | Some lint cleanup | Ned Batchelder | 2009-11-02 | 2 | -3/+8 |
| | |||||
* | A Numbers class to handle the interrelationships of counts and percentages, ↵ | Ned Batchelder | 2009-11-02 | 3 | -28/+48 |
| | | | | including in rolled-up presentations. | ||||
* | CodeParser couldn't deal with being passed the text directly. | Ned Batchelder | 2009-11-02 | 1 | -1/+2 |
| | |||||
* | Make the index page display the same in all browsers, and give it a hover ↵ | Ned Batchelder | 2009-10-30 | 2 | -3/+5 |
| | | | | effect. | ||||
* | Refactor Chunk to the top level. | Ned Batchelder | 2009-10-30 | 1 | -19/+34 |
| | |||||
* | Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney. | Ned Batchelder | 2009-10-28 | 2 | -4/+6 |
| | |||||
* | Better reporting of partial lines, including leaving out partial stuff ↵ | Ned Batchelder | 2009-10-27 | 6 | -12/+37 |
| | | | | altogether if no arcs were measured. | ||||
* | Didn't deal with internal returns properly. | Ned Batchelder | 2009-10-27 | 1 | -4/+4 |
| | |||||
* | Put back a comment distinguishing this Templite from another Templite. | Ned Batchelder | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Tweak some docstrings. | Ned Batchelder | 2009-10-26 | 1 | -4/+3 |
| | |||||
* | Cleanup and commenting in Templite. | Ned Batchelder | 2009-10-26 | 1 | -14/+26 |
| | |||||
* | Templite v2, which can handle if's and nested control structures. | Ned Batchelder | 2009-10-25 | 1 | -60/+87 |
| | |||||
* | Pylint is a stern taskmaster | Ned Batchelder | 2009-10-25 | 1 | -1/+3 |
| | |||||
* | Templite now allows comments within curly-hash markers. | Ned Batchelder | 2009-10-25 | 1 | -0/+6 |
| | |||||
* | Report errors finding source files to execute more nicely. Fixes issue #23. | Ned Batchelder | 2009-10-25 | 1 | -1/+5 |
| | |||||
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 3 | -12/+23 |
| |