Searched refs:ContextLevel (Results 1 – 2 of 2) sorted by relevance
25 from acts.context import ContextLevel84 MONOLITH_LOG: ContextLevel.ROOT,85 TESTCLASS_LOG: ContextLevel.TESTCLASS,86 TESTCASE_LOG: ContextLevel.TESTCASE341 def __get_current_output_dir(self, depth=ContextLevel.TESTCASE):
31 class ContextLevel(enum.IntEnum): class