Searched refs:mock_copy (Results 1 – 2 of 2) sorted by relevance
133 def test_build_target_normal(self, mock_copy, mock_check_call): argument135 mock_copy.return_value = ''139 self.assertTrue(mock_copy.called)144 env=mock_copy.return_value,
213 def test_apply_optional_config(self, mock_config_path, mock_copy): argument218 self.assertFalse(mock_copy.called)