Searched refs:mock_exist (Results 1 – 4 of 4) sorted by relevance
383 def test_find_git_root(self, mock_get_root, mock_exist): argument386 mock_exist.return_value = True388 mock_exist.return_value = False
469 def test_switch_repackaged(self, mock_android_root_dir, mock_exist): argument472 mock_exist.return_value = False476 mock_exist.return_value = True
303 def test_try_set_gts_authentication_key_is_set_by_user(self, mock_exist): argument307 mock_exist.assert_not_called()