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
Michael Moss 012013ee59 Add tests and fixes for |None| url values in deps entries.
This is useful for processing purely "local" DEPS files, with a command-line like:
  gclient revinfo --output-json /tmp/out \
    --spec 'solutions=[{"name": ".", "deps_file": "myDEPS", "url": None}]'

This is specifically to fix the "revinfo --output-json" case, but it
also cleans up some errors in the 'flattening' test cases. Note that
None values already work when using 'revinfo' with stdout output, it's
just the json output that complains.

BUG=825063

Change-Id: If5f69ba51cb9d0aa0f2b48a2f9b4ed8706b4c738
Reviewed-on: https://chromium-review.googlesource.com/989022
Commit-Queue: Michael Moss <mmoss@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org>
7 years ago
..
__init__.py Create a new testing_support module to move utility modules there 14 years ago
auto_stub.py Reduce auto_stub.py by removing python 2.6 support code. 11 years ago
coverage_utils.py Disable coverage in depot_tools tests. 8 years ago
fake_repos.py Add tests and fixes for |None| url values in deps entries. 7 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 Reland "Refactor ReadHttpResponse to be error-friendlier" 8 years ago
git_test_utils.py git_test_utils: Fixed custom git metadata in git commit schemas. 7 years ago
patches_data.py Fix applying git diff with new file mode 644 on a svn checkout. 13 years ago
super_mox.py depot_tools: Replace pylint error numbers with symbolic names. 8 years ago
trial_dir.py Remove gclient_utils.RemoveDirectory(). 12 years ago