Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: tests/trychange_unittest.py

Issue 1116001: Add input_api.json to presubmit checks. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/presubmit_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
index 8fc91857a7013a0223e0091339c936c679f3cd6e..a41b452adf94b7ede59f0cfad0c34ffa3c439c12 100755
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -42,9 +42,9 @@ class TryChangeUnittest(TryChangeTestsBase):
'EscapeDot', 'GIT', 'GuessVCS', 'GetMungedDiff',
'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PrintSuccess',
'SCM', 'SVN', 'TryChange', 'USAGE',
- 'breakpad', 'datetime', 'errno', 'gclient_utils', 'getpass', 'logging',
- 'optparse', 'os', 'posixpath', 're', 'scm', 'shutil', 'sys', 'tempfile',
- 'urllib',
+ 'breakpad', 'datetime', 'errno', 'gclient_utils', 'getpass', 'json',
+ 'logging', 'optparse', 'os', 'posixpath', 're', 'scm', 'shutil', 'sys',
+ 'tempfile', 'urllib',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange, members)
« no previous file with comments | « tests/presubmit_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698