Home | History | Annotate | Download | only in bin

Lines Matching refs:god

21         self.god = mock.mock_god()
22 self.god.stub_with(setup_job.setup_job, '_get_environ_autodir',
30 self.god.unstub_all()
63 self.god.stub_function_to_return(setup_job.os, 'mkdir', None)
64 self.god.stub_function_to_return(setup_job.os.path, 'exists', True)
65 self.god.stub_function_to_return(self.job, '_load_state', None)
66 self.god.stub_function_to_return(setup_job.logging_manager,
71 self.god.stub_function_to_return(setup_job.logging_manager,
104 # make god
105 self.god = mock.mock_god()
120 self.god.stub_with(logging_manager, 'configure_logging',
126 self.god.stub_with(logging_manager, 'get_logging_manager',
130 self.god.stub_function(os.path, 'exists')
131 self.god.stub_function(os.path, 'isdir')
132 self.god.stub_function(os, 'makedirs')
133 self.god.stub_function(os, 'mkdir')
134 self.god.stub_function(os, 'remove')
135 self.god.stub_function(shutil, 'rmtree')
136 self.god.stub_function(shutil, 'copyfile')
137 self.god.stub_function(setup_job, 'open')
138 self.god.stub_function(utils, 'system')
140 self.god.stub_class_method(job.base_client_job,
142 self.god.stub_class_method(job.base_client_job, '_cleanup_results_dir')
144 self.god.stub_with(base_job.job_directory, '_ensure_valid',
150 self.god.unstub_all()
179 self.god.check_playback()
188 get_mountpoint = self.god.create_mock_function('get_mountpoint')
220 self.god.check_playback()
245 self.god.check_playback()