Searched refs:MockExecutive2 (Results 1 – 6 of 6) sorted by relevance
50 executive = executive_mock.MockExecutive2(file_output)90 executive = executive_mock.MockExecutive2('win32')98 executive = executive_mock.MockExecutive2(exception=AssertionError)
207 port._executive = executive_mock.MockExecutive2(exit_code=0)211 port._executive = executive_mock.MockExecutive2(exit_code=1)215 port._executive = executive_mock.MockExecutive2(exit_code=2)230 port._executive = executive_mock.MockExecutive2(exit_code=0)234 port._executive = executive_mock.MockExecutive2(exit_code=1,
60 e = executive_mock.MockExecutive2(output='foo')
76 port = base.Port(executive=executive_mock.MockExecutive2(exception=OSError))89 port = base.Port(executive=executive_mock.MockExecutive2(exception=ScriptError))
69 e = executive_mock.MockExecutive2(output=output, exit_code=exit_code,
36 class MockExecutive2(object): class