summaryrefslogtreecommitdiffstats
path: root/Lib/test/multibytecodec_support.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+2
|\
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-2/+2
| |
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* more test to more general test file, so it can test more thingsBenjamin Peterson2012-12-021-0/+7
|
* loosen test now that bytes are allowedBenjamin Peterson2012-12-021-1/+1
|
* Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-091-0/+372
I thought I had run the full test suite before the last checkin, but obviously I didn't. test_multibytecodec_support.py isn't really a test file, it is a support file that contains a base test class. Rename it to multibytecodec_support so that regrtest test discovery doesn't think it is a test file that should be run.