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
tony@chromium.org 30ef9ae362 Extend From() to allow importing from different mappings. Also
allow From() to import when the URL is relative.

For example, if src/DEPS is:
deps = {
  'base' = 'svn://svn/base@123',
  'main' = From('base', 'src/main'),
}
and base/DEPS is:
deps = {
  'src/main': '/main@100',
}

This will checkout svn://svn/main@100 in main.

Review URL: http://codereview.chromium.org/1547026

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44044 0039d316-1c4b-4281-b951-d872f2087c98
15 years ago
..
__init__.py Refactor the unit tests to remove a lot of duplicate code. 16 years ago
gcl_unittest.py Allow the existence of ~/.gcl_upload_no_try override the default of try on upload. 15 years ago
gclient_scm_test.py Add the ability to check out a single file from a repo. 15 years ago
gclient_test.py Extend From() to allow importing from different mappings. Also 15 years ago
gclient_utils_test.py Fix licensing headers and move most third party code to third_party/ 15 years ago
presubmit_unittest.py When the tree is closed, it's closed. 15 years ago
scm_unittest.py revinfo: Properly use git HEAD or svn BASE revisions 15 years ago
super_mox.py Fix licensing headers and move most third party code to third_party/ 15 years ago
trychange_unittest.py Add input_api.json to presubmit checks. 15 years ago
watchlists_unittest.py Cleanup the unit tests by mocking more system functions. 16 years ago