summaryrefslogtreecommitdiff
path: root/test/test_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* A bunch more places where a file close should be in a finally clause.Ned Batchelder2011-01-301-0/+7
|
* A test for parsing files with different line endings.Ned Batchelder2011-01-301-1/+32
|
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-5/+5
|
* ByteParser now recognizes synthetic 'return None' blocks and treats them ↵Ned Batchelder2009-11-231-2/+2
| | | | correctly.
* Hmmm, 0 exits for the class def doesn't seem right, but I don't know what to ↵Ned Batchelder2009-11-211-1/+1
| | | | do about it right now.
* Add a failing test that rozza's change will fixNed Batchelder2009-11-211-0/+14
|
* Disable the two tests that don't work yet.Ned Batchelder2009-11-211-1/+1
|
* Don't count branches to excluded code. Tests don't pass yet.Ned Batchelder2009-11-211-2/+29
|
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-181-0/+2
|
* Ignore the branch of an except clause testing its type, since these aren't ↵Ned Batchelder2009-11-171-0/+17
| | | | conceptually branches. Fixes #35.
* Classes shouldn't be marked as branches. Fixes #32.Ned Batchelder2009-11-161-0/+36