summaryrefslogtreecommitdiff
path: root/test/test_phystokens.py
Commit message (Collapse)AuthorAgeFilesLines
* Deal properly with dos-ended source files while tokenizing. Fixes issue #53.Ned Batchelder2010-03-131-0/+1
|
* Check that our tokenizer works properly for dos-line-ended files.Ned Batchelder2010-03-131-1/+3
|
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+0
|
* Rename our future-happy unittest methods to match their future versions, and ↵Ned Batchelder2009-11-261-1/+1
| | | | let the future versions win if they exist.
* Handle one more bizarro edge case in tokenizing source: I couldn't look at ↵Ned Batchelder2009-11-211-4/+1
| | | | my own phystokens.py file properly!
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-181-3/+1
|
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-151-2/+24
|
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-151-2/+8
|
* Fix a problem with syntax coloring continued lines, and refactor for ↵Ned Batchelder2009-11-151-0/+58
testability, and add tests. Fixes issue #30.