MCPcopy Create free account
hub / github.com/DFHack/dfhack / TestStatus

Class TestStatus

ci/run-tests.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37test_status_file = 'test_status.json'
38
39class TestStatus(enum.Enum):
40 PENDING = 'pending'
41 PASSED = 'passed'
42 FAILED = 'failed'
43
44def get_test_status():
45 if os.path.isfile(test_status_file):

Callers 1

get_test_statusFunction · 0.85

Calls

no outgoing calls

Tested by 1

get_test_statusFunction · 0.68