Searched refs:test_shell (Results 1 – 3 of 3) sorted by relevance
14 from . import test_shell25 suite.addTests(loader.loadTestsFromModule(test_shell))
273 test_shell(false), in ShellOptions()292 return (interactive_shell || !script_executed) && !test_shell; in use_interactive_shell()303 bool test_shell; variable
490 if (options.test_shell) { in ExecuteString()2320 options.test_shell = true; in SetOptions()2324 options.test_shell = false; in SetOptions()