Searched refs:TestContext (Results 1 – 3 of 3) sorted by relevance
25 from acts.context import TestContext136 context = TestContext()142 context = TestContext()150 context = TestContext()155 context = TestContext()173 context = TestContext()
132 class TestContext(object): class262 class RootContext(TestContext):277 class TestClassContext(TestContext):310 class TestCaseContext(TestContext):
241 context.TestContext.add_base_output_path(self.logger.name, self.base_path)242 context.TestContext.add_subcontext(self.logger.name, self.subcontext)