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
Robert Iannucci 126b52e8e5 [scm.py] Fix error with missing_ok in GitConfig.
Previously there was an error where you could have:

  global: {"key": ["something"]}
  local: {}

And called SetConfig("key", None, missing_ok=False) - this would end
up raising CalledProcessError(returncode=5) because the caching
layer would see that "key" was not missing, then call into the
storage layer which would do `git config --local ...` which was
missing "key" (and therefore fail).

R=ayatane, yiwzhang

Change-Id: Idc9dc63a1b1c0a4a203c403dbb3c2ea521099b26
Bug: 342644760
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5744333
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Allen Li <ayatane@chromium.org>
Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
10 months ago
..
gerrit_util_test.inputs
gstools
.vpython3
OWNERS
auth_test.py
autoninja_test.py
bazel_test.py
bot_update_coverage_test.py
build_telemetry_test.py
cipd_bootstrap_test.py
detect_host_arch_test.py
download_from_google_storage_unittest.py
fetch_test.py
gclient_cipd_smoketest.py
gclient_eval_unittest.py
gclient_gcs_smoketest.py
gclient_git_mutates_smoketest.py
gclient_git_smoketest.py
gclient_no_sync_smoketest.py
gclient_paths_test.py
gclient_scm_test.py
gclient_smoketest.py
gclient_smoketest_base.py
gclient_test.py
gclient_transitions_smoketest.py
gclient_utils_test.py
gerrit_client_test.py
gerrit_util_test.py
git_auth_test.py
git_cache_test.py
git_cl_creds_check_report.txt
git_cl_test.py Skip tests not supported in non-git env if in non-git env 10 months ago
git_common_test.py
git_dates_test.py
git_find_releases_test.py Skip tests not supported in non-git env if in non-git env 10 months ago
git_footers_test.py Skip tests not supported in non-git env if in non-git env 10 months ago
git_hyper_blame_test.py
git_map_test.py
git_number_test.py
git_rebase_update_test.py
git_squash_branch_tree_test.py
gn_helper_test.py
gsutil_test.py
hooks_test.py
lockfile_test.py
metrics_test.py
my_activity_test.py
ninjalog_uploader_test.py
owners_client_test.py
owners_finder_test.py
presubmit_canned_checks_test.py
presubmit_diff_test.py
presubmit_support_test.py
presubmit_unittest.py
rdb_wrapper_test.py
recipes_test.py
reclient_helper_test.py
roll_dep_test.py
scm_mock.py
scm_unittest.py [scm.py] Fix error with missing_ok in GitConfig. 10 months ago
split_cl_test.py
subcommand_test.py
subprocess2_test.py
upload_to_google_storage_first_class_unittest.py
upload_to_google_storage_unittest.py
utils_test.py
watchlists_unittest.py