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

Unified Diff: PRESUBMIT.py

Issue 389020: Split scm-specific functions out of gclient_scm.py to scm.py. (Closed)
Patch Set: 80 cols Created 11 years, 1 month 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 | « no previous file | gclient_scm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index dffc680e5002e7c9c45cc212345a4fafa924043b..813f568804b3bdb684805c782077b9b16aafd46f 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -13,8 +13,10 @@ UNIT_TESTS = [
'tests.gcl_unittest',
'tests.gclient_test',
'tests.gclient_scm_test',
+ 'tests.gclient_utils_test',
'tests.presubmit_unittest',
'tests.revert_unittest',
+ 'tests.scm_unittest',
'tests.trychange_unittest',
'tests.watchlists_unittest',
]
« no previous file with comments | « no previous file | gclient_scm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698