summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecencodings_iso2022.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out ↵Masayuki Moriyama2023-11-061-0/+46
| | | | of bounds (gh-111695)
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+0
| | | | It is not needed since tests use unittest.main().
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-0/+1
|
* Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-091-7/+7
| | | | | | | | 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.
* Issue #12057: Add tests for ISO 2022 codecsVictor Stinner2011-05-301-0/+46
iso2022_jp, iso2022_jp_2 and iso2022_kr