HomeSort by relevance Sort by last modified time
    Searched refs:expect_import_error (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 86 def expect_import_error(self, mod_name): member in class:RunModuleTest
96 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")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 86 def expect_import_error(self, mod_name): member in class:RunModuleTest
96 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")

Completed in 38 milliseconds