Home
last modified time | relevance | path

Searched refs:ReportState (Results 1 – 1 of 1) sorted by relevance

/src/tests/atf_python/
H A Datf_pytest.py115 class ReportState(NamedTuple): class in ATFHandler
120 self._tests_state_map: Dict[str, self.ReportState] = {}
187 self._tests_state_map[test_name] = self.ReportState(state, reason)