Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging/unifying test plugin code | holger krekel | 2009-11-25 | 1 | -0/+36 |
| | | | | | | | | | | | * coverage/testplugin.py contains common test plugin options and pytest hooks (which don't induce "import py") * coverage/nose_coverage.py contains a basic Nose Plugin * test/test_testplugin.py contains a pytest-functional test and a nose-skeleton one. skipped as appropriate. --HG-- rename : coverage/runner.py => coverage/testplugin.py | ||||
* | Trim line lengths | Ned Batchelder | 2009-11-18 | 1 | -2/+3 |
| | |||||
* | Dur! This is a better way to indicate how the tests should run. | Ned Batchelder | 2009-11-18 | 7 | -17/+10 |
| | |||||
* | Ignore the branch of an except clause testing its type, since these aren't ↵ | Ned Batchelder | 2009-11-17 | 2 | -2/+19 |
| | | | | conceptually branches. Fixes #35. | ||||
* | Classes shouldn't be marked as branches. Fixes #32. | Ned Batchelder | 2009-11-16 | 1 | -0/+36 |
| | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 3 | -8/+32 |
| | |||||
* | Avoid some unneeded tempdir creation in tests. | Ned Batchelder | 2009-11-15 | 6 | -25/+52 |
| | |||||
* | Fix a problem with syntax coloring continued lines, and refactor for ↵ | Ned Batchelder | 2009-11-15 | 2 | -0/+93 |
| | | | | testability, and add tests. Fixes issue #30. | ||||
* | Make this test use only new-style commands. | Ned Batchelder | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 1 | -10/+27 |
| | |||||
* | Clean up. | Ned Batchelder | 2009-11-08 | 1 | -1/+2 |
| | |||||
* | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 1 | -0/+18 |
| | |||||
* | Shouldn't count multiple (-1,x) arcs as branches. | Ned Batchelder | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 1 | -20/+40 |
| | |||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 1 | -6/+9 |
| | |||||
* | Split out the report tests, to give them their due. | Ned Batchelder | 2009-11-02 | 2 | -62/+87 |
| | |||||
* | Test and refactor Numbers. | Ned Batchelder | 2009-11-02 | 1 | -0/+35 |
| | |||||
* | Some lint cleanup | Ned Batchelder | 2009-11-02 | 1 | -1/+2 |
| | |||||
* | CodeParser couldn't deal with being passed the text directly. | Ned Batchelder | 2009-11-02 | 1 | -1/+5 |
| | |||||
* | Updated gold files due to the hover change in the index.html file | Ned Batchelder | 2009-11-02 | 2 | -9/+18 |
| | |||||
* | More tests for arc situations I'm uncertain of, but at least this captures ↵ | Ned Batchelder | 2009-10-30 | 1 | -0/+53 |
| | | | | the current behavior. | ||||
* | Shift some tests around. | Ned Batchelder | 2009-10-28 | 1 | -14/+14 |
| | |||||
* | Didn't deal with internal returns properly. | Ned Batchelder | 2009-10-27 | 1 | -0/+14 |
| | |||||
* | Templite v2, which can handle if's and nested control structures. | Ned Batchelder | 2009-10-25 | 1 | -2/+57 |
| | |||||
* | Pylint is a stern taskmaster | Ned Batchelder | 2009-10-25 | 3 | -2/+4 |
| | |||||
* | Templite now allows comments within curly-hash markers. | Ned Batchelder | 2009-10-25 | 1 | -0/+10 |
| | |||||
* | I guess the problem on 3.1 was in my C extension, because the recent changes ↵ | Ned Batchelder | 2009-10-25 | 1 | -14/+13 |
| | | | | seem to have fixed this problem. | ||||
* | Report errors finding source files to execute more nicely. Fixes issue #23. | Ned Batchelder | 2009-10-25 | 2 | -0/+9 |
| | |||||
* | Py 2.3 support | Ned Batchelder | 2009-10-25 | 1 | -0/+2 |
| | |||||
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 1 | -2/+25 |
| | |||||
* | Treat missing source files nicer. | Ned Batchelder | 2009-10-25 | 1 | -0/+22 |
| | |||||
* | Add an assert_matches method, and tests to prove it works. | Ned Batchelder | 2009-10-25 | 2 | -1/+33 |
| | |||||
* | Properly shift multiline references to the first line of the statement. ↵ | Ned Batchelder | 2009-10-23 | 1 | -0/+11 |
| | | | | This code is sloppy, I just want it to work first. | ||||
* | More complexity in figuring out where finally clauses might go. | Ned Batchelder | 2009-10-21 | 1 | -0/+56 |
| | |||||
* | Slow progress on adding arc measurement tests. | Ned Batchelder | 2009-10-20 | 1 | -1/+17 |
| | |||||
* | More exception flow testing. This stuff is kind of involved... | Ned Batchelder | 2009-10-20 | 1 | -6/+87 |
| | |||||
* | Start testing exceptions with arc measurements. | Ned Batchelder | 2009-10-19 | 2 | -9/+45 |
| | |||||
* | Keep lines under 80 chars. | Ned Batchelder | 2009-10-17 | 1 | -4/+8 |
| | |||||
* | Tidying up | Ned Batchelder | 2009-10-16 | 2 | -5/+2 |
| | |||||
* | Correct handling of breaks and continues. | Ned Batchelder | 2009-10-16 | 1 | -1/+35 |
| | |||||
* | Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ↵ | Ned Batchelder | 2009-10-16 | 1 | -9/+20 |
| | | | | yikes... | ||||
* | Start unit testing the arc measurement. In arcs, -1 means enter or exit. | Ned Batchelder | 2009-10-16 | 2 | -13/+143 |
| | |||||
* | CamelCase looks weird, switch to underscore_separated. | Ned Batchelder | 2009-10-16 | 4 | -174/+174 |
| | |||||
* | More refactoring of the use of analysis objects. | Ned Batchelder | 2009-10-15 | 1 | -6/+6 |
| | |||||
* | More tidying | Ned Batchelder | 2009-10-15 | 1 | -39/+57 |
| | |||||
* | Tidying up | Ned Batchelder | 2009-10-15 | 1 | -1/+0 |
| | |||||
* | Don't write arcs if there are none, and an ad-hoc data viewer. | Ned Batchelder | 2009-10-12 | 1 | -2/+3 |
| | |||||
* | Don't forget that we disabled a test for short-term reasons. | Ned Batchelder | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Write the arcs to the data file. | Ned Batchelder | 2009-10-12 | 1 | -0/+21 |
| | |||||
* | Reduce the amount of data translation by having the tracers record data in a ↵ | Ned Batchelder | 2009-10-11 | 1 | -2/+2 |
| | | | | form more like it will be consumed. Also should reduce the amount of work the tracers have to do. |