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

Unified Diff: scripts/slave/unittests/expect_tests/__init__.py

Issue 220353003: Replace recipes_test.py with a new parallel expectation-based test runner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix coverage race Created 6 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 | « scripts/slave/README.recipes.md ('k') | scripts/slave/unittests/expect_tests/cover.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/expect_tests/__init__.py
diff --git a/scripts/slave/recipe_modules/perf_dashboard/__init__.py b/scripts/slave/unittests/expect_tests/__init__.py
similarity index 71%
copy from scripts/slave/recipe_modules/perf_dashboard/__init__.py
copy to scripts/slave/unittests/expect_tests/__init__.py
index 230626b310861ce590b082e55b06e66decb85ac5..327e017edd5793d585fc8e6ad4bba7d059f2c5ec 100644
--- a/scripts/slave/recipe_modules/perf_dashboard/__init__.py
+++ b/scripts/slave/unittests/expect_tests/__init__.py
@@ -2,9 +2,5 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-DEPS = [
- 'python',
- 'platform',
- 'properties',
- 'json',
-]
+from .main import main
+from .type_definitions import Test, Result
« no previous file with comments | « scripts/slave/README.recipes.md ('k') | scripts/slave/unittests/expect_tests/cover.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698