Home
last modified time | relevance | path

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

/honee/tests/junit-xml/junit_xml/
H A D__init__.py184 if case.status:
185 test_case_attributes["status"] = decode(case.status, encoding)
376 status=None, argument
389 self.status = status
/honee/
H A DCHANGELOG.md47 - Update definition of `PetscOptionsItems` to reflect new status as pointer-to-struct rather than j…
H A DDoxyfile893 # at the end of the doxygen process doxygen will return with a non-zero status.
/honee/tests/
H A Djunit_common.py667 test_case.status = f'fails with required: {required_message}'
672 if not test_case.is_skipped() and not test_case.status: