Searched refs:expect_import_error (Results 1 – 2 of 2) sorted by relevance
86 def expect_import_error(self, mod_name): member in RunModuleTest96 self.expect_import_error("sys")98 self.expect_import_error("sys.imp.eric")99 self.expect_import_error("os.path.half")100 self.expect_import_error("a.bee")101 self.expect_import_error(".howard")102 self.expect_import_error("..eaten")104 self.expect_import_error("multiprocessing")
186 def expect_import_error(self, mod_name): member in RunModuleTestCase196 self.expect_import_error("sys")198 self.expect_import_error("sys.imp.eric")199 self.expect_import_error("os.path.half")200 self.expect_import_error("a.bee")202 self.expect_import_error(".howard")203 self.expect_import_error("..eaten")204 self.expect_import_error(".test_runpy")205 self.expect_import_error(".unittest")207 self.expect_import_error("multiprocessing")