summaryrefslogtreecommitdiff
path: root/tests/test_phystokens.py
Commit message (Collapse)AuthorAgeFilesLines
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-1/+2
|
* Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-7/+2
|
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-1/+1
|
* Improve and more fully test the first-blank-line decoding fix. Thanks, ↵Ned Batchelder2013-09-161-13/+46
| | | | Roger Hu.
* Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+15
| | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line.
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+79
package.