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/testing_support
mbjorge f2d73522b8 Fix relative file: paths in OWNERS with roots other than '/'
If an OWNERS file used the file: directive with a relative file
path, but was using a root other than '/' (e.g.
'/path/to/my/real/root'), then the include resolver would incorrectly
leave a leading '/' on the include path. When os_path.join was then
called, the leading '/' meant the path was treated as an absolute path
and the join did not behave as expected.

Review-Url: https://codereview.chromium.org/2148683003
9 years ago
..
__init__.py
auto_stub.py Reduce auto_stub.py by removing python 2.6 support code. 11 years ago
coverage_utils.py Fix format string. 10 years ago
fake_repos.py Remove most svn related testing. 10 years ago
filesystem_mock.py Fix relative file: paths in OWNERS with roots other than '/' 9 years ago
gerrit-init.sh testing_support: fix Gerrit releases URL. 9 years ago
gerrit_test_case.py Simplify octal constants in Python code (e.g. 0o0700 -> 0o700). 9 years ago
git_test_utils.py Simplify octal constants in Python code (e.g. 0o0700 -> 0o700). 9 years ago
local_rietveld.py Fix depot_tools presubmit's local_rietveld script. 9 years ago
patches_data.py
super_mox.py Remove most svn related testing. 10 years ago
trial_dir.py