Issue #18258: Fix test discovery for test_codecmaps_*.

This commit is contained in:
Zachary Ware 2014-07-01 19:55:04 -05:00
parent 44f09ebd0f
commit d9de794c23
6 changed files with 6 additions and 22 deletions

View file

@ -59,8 +59,5 @@ class TestSJISX0213Map(multibytecodec_support.TestBase_Mapping,
mapfileurl = 'http://people.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT'
def test_main():
support.run_unittest(__name__)
if __name__ == "__main__":
test_main()
unittest.main()