summaryrefslogtreecommitdiff
path: root/tests/test_phystokens.py
Commit message (Expand)AuthorAgeFilesLines
* Add more contractsNed Batchelder2015-06-161-5/+4
* All Python source is Unicode internally.Ned Batchelder2015-05-171-9/+32
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-3/+1
* Make some test setup more uniformNed Batchelder2015-01-181-2/+2
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-8/+8
* Make source_encoding stricter about its arguments, and test it everywhereNed Batchelder2014-12-281-48/+61
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-0/+2
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-1/+1
* Use with-open everywhereNed Batchelder2014-10-261-1/+3
* Fix non-comment encoding detection.Anthony Sottile2014-06-291-0/+5
* 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, Roger...Ned Batchelder2013-09-161-13/+46
* Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+15
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+79