Searched refs:test_shell (Results 1 – 5 of 5) sorted by relevance
14 from . import test_shell25 suite.addTests(loader.loadTestsFromModule(test_shell))
338 test_shell(false), in ShellOptions()369 bool test_shell; variable537 !options.test_shell; in use_interactive_shell()
601 if (options.test_shell) { in ExecuteString()2804 options.test_shell = true; in SetOptions()2808 options.test_shell = false; in SetOptions()
308 def test_shell(self): member in TestSubprocess
147 def test_shell(self): member in SubprocessMixin