Home
last modified time | relevance | path

Searched refs:test_source (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cmd_line_script.py14 test_source = """\ variable
39 def _make_test_script(script_dir, script_basename, source=test_source):
43 source=test_source, depth=1):
Dtest_runpy.py25 test_source = ( variable in RunModuleCodeTest
44 d = _run_code(self.test_source, {})
62 d2 = _run_module_code(self.test_source,
285 test_source = """\ variable in RunPathTest
308 source = self.test_source
Dtest_imp.py45 def test_source(self): member in ReloadTests