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

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

Issue 354913003: Add module discovery and autoloading to expect_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add --force_coverage option Created 6 years, 6 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/unittests/expect_tests/__init__.py
diff --git a/scripts/slave/unittests/expect_tests/__init__.py b/scripts/slave/unittests/expect_tests/__init__.py
index 53136698f211351827857599e8943877d8db1122..d981d91b6f97ce97714a542c864b9a2f70d03054 100644
--- a/scripts/slave/unittests/expect_tests/__init__.py
+++ b/scripts/slave/unittests/expect_tests/__init__.py
@@ -2,8 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from .main import main
-from .type_definitions import Test, Result, FuncCall, Bind
+from .main import main, EVERYTHING
+from .type_definitions import Test, Result, FuncCall, Bind, Cleanup
from .unittest_helper import UnitTestModule, UnittestTestCase
from .util import covers
+from .util import generator
« no previous file with comments | « no previous file | scripts/slave/unittests/expect_tests/cover.py » ('j') | scripts/slave/unittests/expect_tests/main.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698