summaryrefslogtreecommitdiff
path: root/test/test_arcs.py
Commit message (Collapse)AuthorAgeFilesLines
* Ignore the branch of an except clause testing its type, since these aren't ↵Ned Batchelder2009-11-171-2/+2
| | | | conceptually branches. Fixes #35.
* Dict literals shouldn't count as many different exits.Ned Batchelder2009-11-081-0/+18
|
* More tests for arc situations I'm uncertain of, but at least this captures ↵Ned Batchelder2009-10-301-0/+53
| | | | the current behavior.
* Shift some tests around.Ned Batchelder2009-10-281-14/+14
|
* Didn't deal with internal returns properly.Ned Batchelder2009-10-271-0/+14
|
* Properly shift multiline references to the first line of the statement. ↵Ned Batchelder2009-10-231-0/+11
| | | | This code is sloppy, I just want it to work first.
* More complexity in figuring out where finally clauses might go.Ned Batchelder2009-10-211-0/+56
|
* Slow progress on adding arc measurement tests.Ned Batchelder2009-10-201-1/+17
|
* More exception flow testing. This stuff is kind of involved...Ned Batchelder2009-10-201-6/+87
|
* Start testing exceptions with arc measurements.Ned Batchelder2009-10-191-5/+32
|
* Tidying upNed Batchelder2009-10-161-4/+1
|
* Correct handling of breaks and continues.Ned Batchelder2009-10-161-1/+35
|
* Ad-hoc discovery of opcodes that need to be parsed. BREAK_LOOP is implicit? ↵Ned Batchelder2009-10-161-9/+20
| | | | yikes...
* Start unit testing the arc measurement. In arcs, -1 means enter or exit.Ned Batchelder2009-10-161-0/+96