summaryrefslogtreecommitdiff
path: root/test/test_phystokens.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-79/+0
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-5/+2
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-101-2/+2
* 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
* Handle one more bizarro edge case in tokenizing source: I couldn't look at my...Ned Batchelder2009-11-211-4/+1
* 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 testabil...Ned Batchelder2009-11-151-0/+58