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
Raul Tambre 7d1300b89a fake_repos: Fix use of NamedTemporaryFile on Windows
Python doesn't guarantee that the file created by tempfile.NamedTemporaryFile can be opened by multiple programs at once.
This is the case on Windows, so we need to close the temporary PID file and only then pass it to Git.

Bug: 962263
Change-Id: Idf4a36b33ce06d7ab06453c20a690622179aef58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1608560
Auto-Submit: Raul Tambre <raul@tambre.ee>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Raul Tambre <raul@tambre.ee>
6 years ago
..
__init__.py Create a new testing_support module to move utility modules there 14 years ago
auto_stub.py Fix auto_stub.py for skipped tests. 6 years ago
cipd gclient: Add a test to make sure we're syncing CIPD dependencies. 7 years ago
cipd.bat gclient: Add a test to make sure we're syncing CIPD dependencies. 7 years ago
coverage_utils.py Convert print statements to Python 3 style 6 years ago
fake_cipd.py Reland "gclient: delete unversioned directory before adding cipd dep for the same path" 7 years ago
fake_repos.py fake_repos: Fix use of NamedTemporaryFile on Windows 6 years ago
filesystem_mock.py owners.py: Use os.path.split to handle file separators correctly 7 years ago
gerrit-init.sh Convert print statements to Python 3 style 6 years ago
gerrit_test_case.py Convert print statements to Python 3 style 6 years ago
git_test_utils.py git_test_utils: Copy os.environ in get_git_commit_env() 6 years ago
patches_data.py Fix applying git diff with new file mode 644 on a svn checkout. 13 years ago
super_mox.py Convert print statements to Python 3 style 6 years ago
trial_dir.py Convert print statements to Python 3 style 6 years ago