from test import test_zipimport, test_mailbox, test_codecs from test import support support.run_unittest(test_zipimport.CompressedZipImportTestCase) # Any subclass of test_mailbox.TestMailbox would also work here. support.run_unittest(test_mailbox.TestBabyl) support.run_unittest(test_codecs.BasicUnicodeTest)