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
maruel@chromium.org 6d2d7217e8 Fix small error in SimpleMock.
It's bad python practice to use a class-level member that is mutable. self.calls
is already initialized in __init__ so it's not useful (and dangerous) to have it
as a class member.

R=cmp@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/11801018

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@175368 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
..
__init__.py
auto_stub.py Fix small error in SimpleMock. 12 years ago
fake_repos.py Enforces using cwd in all svn calls. 13 years ago
filesystem_mock.py Suggest owners for OWNERS files that only have per-file owners. 12 years ago
local_rietveld.py Use a newer version of rietveld. It is required to update upload.py 13 years ago
patches_data.py Fix applying git diff with new file mode 644 on a svn checkout. 13 years ago
super_mox.py Fix depot_tools presubmit check for ubuntu 12.04. 13 years ago
trial_dir.py