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

Unified Diff: recipe_engine/third_party/expect_tests/__init__.py

Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « recipe_engine/step_runner.py ('k') | recipe_engine/third_party/expect_tests/handle_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/third_party/expect_tests/__init__.py
diff --git a/recipe_engine/third_party/expect_tests/__init__.py b/recipe_engine/third_party/expect_tests/__init__.py
index 53136698f211351827857599e8943877d8db1122..3dbedb9362f7d0bc7579ed92db70ed2ad2b83342 100644
--- a/recipe_engine/third_party/expect_tests/__init__.py
+++ b/recipe_engine/third_party/expect_tests/__init__.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
from .main import main
-from .type_definitions import Test, Result, FuncCall, Bind
+from .type_definitions import Test, Result, FuncCall, Bind, Check, CheckFrame
from .unittest_helper import UnitTestModule, UnittestTestCase
from .util import covers
« no previous file with comments | « recipe_engine/step_runner.py ('k') | recipe_engine/third_party/expect_tests/handle_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698