Searched refs:test_source (Results 1 – 3 of 3) sorted by relevance
14 test_source = """\ variable39 def _make_test_script(script_dir, script_basename, source=test_source):43 source=test_source, depth=1):
25 test_source = ( variable in RunModuleCodeTest44 d = _run_code(self.test_source, {})62 d2 = _run_module_code(self.test_source,285 test_source = """\ variable in RunPathTest308 source = self.test_source
45 def test_source(self): member in ReloadTests