You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests
wychen@chromium.org 445c896d9f Fix mock restoration in git_cl_test
The assertion in TestGitCl.tearDown should be done after super.tearDown
is finished. Otherwise if the assertion fails, mocked objects won't be
restored properly, and the next TestCase would be affected.

Review URL: https://codereview.chromium.org/1093943002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295049 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
..
gstools
subversion_config
abandon.sh Enable OAuth2 by default. 10 years ago
basic.sh Enable OAuth2 by default. 10 years ago
breakpad_unittest.py
checkout_test.py Disabled flaky depot_tools tests 10 years ago
download_from_google_storage_unittests.py Adds --auto_platform to download_from_google_storage. 12 years ago
fix_encoding_test.py
gcl_unittest.py Extract authentication options handling into a separate function. 10 years ago
gclient_scm_test.py gclient: Add '--auto_rebase' sync option. 10 years ago
gclient_smoketest.py Disabled flaky depot_tools tests 10 years ago
gclient_test.py The original assertions trigger pylint unreachable warnings, and they are replaced by fail() calls. 10 years ago
gclient_utils_test.py Make it possible to refer to github-style URLs. 11 years ago
git_cl_test.py Fix mock restoration in git_cl_test 10 years ago
git_common_test.py git-squash-branch: handle empty squashes 10 years ago
git_footers_test.py Added git footers tool to parse conventional metadata from git commits 11 years ago
git_number_test.py Add a family of git-commands to assist with the management of multiple CLs/branches. 11 years ago
git_rebase_update_test.py Added hyphen-only options 11 years ago
gsutil_test.py Hook sys.stdio directly to the gsutil subprocess for the gsutil call 10 years ago
hooks.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
owners.sh Enable OAuth2 by default. 10 years ago
owners_finder_test.py
owners_unittest.py Implement support for file: includes in OWNERS files. 10 years ago
patch.sh Enable OAuth2 by default. 10 years ago
patch_test.py
post-dcommit-hook-test.sh Enable OAuth2 by default. 10 years ago
presubmit_unittest.py Skip OWNERS checks for CQ dry runs 10 years ago
push-basic.sh Enable OAuth2 by default. 10 years ago
push-from-logs.sh Enable OAuth2 by default. 10 years ago
rename.sh Enable OAuth2 by default. 10 years ago
rietveld_test.py Extract authentication options handling into a separate function. 10 years ago
sample_pre_commit_hook
save-description-on-failure.sh Enable OAuth2 by default. 10 years ago
scm_unittest.py Reland "Make gclient ready for the Blink (DEPS to main project)" 10 years ago
submit-from-new-dir.sh Enable OAuth2 by default. 10 years ago
submodule-merge-test.sh Enable OAuth2 by default. 10 years ago
subprocess2_test.py
test-lib.sh Fix test failures on Ubuntu/Trusty. 11 years ago
trychange_unittest.py trychange.py: Gerrit protocol 11 years ago
upload-local-tracking-branch.sh Enable OAuth2 by default. 10 years ago
upload-stale.sh Enable OAuth2 by default. 10 years ago
upload_to_google_storage_unittests.py In upload_to_google_storage, pass -z argument through to gsutil. 10 years ago
upstream.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
watchlists_unittest.py