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

Unified Diff: scripts/slave/recipes_test/gatekeeper.py

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add comment Created 7 years, 7 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
Index: scripts/slave/recipes_test/gatekeeper.py
diff --git a/masters/master.client.toolkit/toolkit_repos.py b/scripts/slave/recipes_test/gatekeeper.py
similarity index 58%
copy from masters/master.client.toolkit/toolkit_repos.py
copy to scripts/slave/recipes_test/gatekeeper.py
index cb8cac7b5e4bd5e62715a8f0676485860d4a1c57..dceee6c3c11811426f8928da9f57aa63975105bd 100644
--- a/masters/master.client.toolkit/toolkit_repos.py
+++ b/scripts/slave/recipes_test/gatekeeper.py
@@ -2,13 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+"""Test inputs for recipes/gatekeeper.py"""
-REPOS = (
- 'toolkit',
- 'platform',
- 'CustomElements',
- 'mdv',
- 'PointerGestures',
- 'ShadowDOM',
- 'HTMLImports',
-)
+def basic_test(_api):
+ return {}
agable 2013/05/14 20:47:23 Empty test?
iannucci 2013/05/14 21:32:08 Yeah, it takes no factory_properties or build_prop

Powered by Google App Engine
This is Rietveld 408576698