| 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
|
|
|