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 |