Searched refs:mock_exist (Results 1 – 4 of 4) sorted by relevance
384 def test_find_git_root(self, mock_get_root, mock_exist): argument387 mock_exist.return_value = True389 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
309 def test_try_set_gts_authentication_key_is_set_by_user(self, mock_exist): argument313 mock_exist.assert_not_called()
303 def test_try_set_gts_authentication_key_is_set_by_user(self, mock_exist): argument307 mock_exist.assert_not_called()