]> granicus.if.org Git - python/commit
Rename test_ file that is really a support file to remove test_ prefix.
authorR David Murray <rdmurray@bitdance.com>
Mon, 9 Apr 2012 13:37:52 +0000 (09:37 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 9 Apr 2012 13:37:52 +0000 (09:37 -0400)
commit75d9aca97ad3c3d823d2f2211f579454b3216f51
tree8723ad61bcc75303bb766ffc5b064439f55be75d
parentf1cdb6086d40c5e9928fc21309cc2d0393a20f83
Rename test_ file that is really a support file to remove test_ prefix.

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.
12 files changed:
Lib/test/multibytecodec_support.py [moved from Lib/test/test_multibytecodec_support.py with 99% similarity]
Lib/test/test_codecencodings_cn.py
Lib/test/test_codecencodings_hk.py
Lib/test/test_codecencodings_iso2022.py
Lib/test/test_codecencodings_jp.py
Lib/test/test_codecencodings_kr.py
Lib/test/test_codecencodings_tw.py
Lib/test/test_codecmaps_cn.py
Lib/test/test_codecmaps_hk.py
Lib/test/test_codecmaps_jp.py
Lib/test/test_codecmaps_kr.py
Lib/test/test_codecmaps_tw.py