| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the test directory to tests to avoid conflicts with the stdlib test pack... | Ned Batchelder | 2013-02-02 | 1 | -578/+0 |
* | More failing branch tests. | Ned Batchelder | 2013-01-12 | 1 | -4/+5 |
* | Better understanding of how the trace function is invoked as byte codes are e... | Ned Batchelder | 2013-01-11 | 1 | -19/+25 |
* | Simplify this test case for #175. | Ned Batchelder | 2013-01-09 | 1 | -2/+2 |
* | Add a few failing tests for branch coverage work. | Ned Batchelder | 2013-01-01 | 1 | -0/+29 |
* | Mark expected-failure tests as such | Ned Batchelder | 2013-01-01 | 1 | -1/+1 |
* | Get rid of import craziness in the tests. | Ned Batchelder | 2012-12-30 | 1 | -4/+2 |
* | A nicer way to neuter this test. | Ned Batchelder | 2012-11-08 | 1 | -12/+13 |
* | Cleanup | Ned Batchelder | 2011-08-17 | 1 | -4/+4 |
* | Oh, can't test 'with' in Pythons that don't have it. | Ned Batchelder | 2011-08-11 | 1 | -13/+14 |
* | The for-else fix also fixed 'with' statements, and therefore, issue #128. | Ned Batchelder | 2011-08-10 | 1 | -0/+16 |
* | for-else constructs are handled properly, avoiding bogus partial branch warni... | Ned Batchelder | 2011-07-04 | 1 | -2/+2 |
* | A test and a fix for issue #122, maybe? | Ned Batchelder | 2011-07-04 | 1 | -0/+15 |
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 1 | -5/+33 |
* | WIP for partial branch exclusion. #113 | Ned Batchelder | 2011-05-17 | 1 | -5/+5 |
* | This test isn't ready yet, but I don't want it in my working tree for now. | Ned Batchelder | 2010-11-07 | 1 | -0/+13 |
* | Properly record multiple exits separately. Fixes #62. | Ned Batchelder | 2010-04-27 | 1 | -6/+12 |
* | lint lint | Ned Batchelder | 2009-12-20 | 1 | -1/+1 |
* | Jumps to jumps could make loops look like they go places they really don't, s... | Ned Batchelder | 2009-12-20 | 1 | -0/+27 |
* | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -2/+2 |
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -4/+4 |
* | ByteParser now recognizes synthetic 'return None' blocks and treats them corr... | Ned Batchelder | 2009-11-23 | 1 | -3/+3 |
* | Disable the two tests that don't work yet. | Ned Batchelder | 2009-11-21 | 1 | -1/+1 |
* | Don't count branches to excluded code. Tests don't pass yet. | Ned Batchelder | 2009-11-21 | 1 | -0/+23 |
* | Ignore the branch of an except clause testing its type, since these aren't co... | Ned Batchelder | 2009-11-17 | 1 | -2/+2 |
* | Dict literals shouldn't count as many different exits. | Ned Batchelder | 2009-11-08 | 1 | -0/+18 |
* | More tests for arc situations I'm uncertain of, but at least this captures th... | Ned Batchelder | 2009-10-30 | 1 | -0/+53 |
* | 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 |
* | Properly shift multiline references to the first line of the statement. This... | Ned Batchelder | 2009-10-23 | 1 | -0/+11 |
* | 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 | 1 | -5/+32 |
* | Tidying up | Ned Batchelder | 2009-10-16 | 1 | -4/+1 |
* | 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 |
* | Start unit testing the arc measurement. In arcs, -1 means enter or exit. | Ned Batchelder | 2009-10-16 | 1 | -0/+96 |