Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
test_status_file =
'test_status.json'
38
39
class
TestStatus(enum.Enum):
40
PENDING =
'pending'
41
PASSED =
'passed'
42
FAILED =
'failed'
43
44
def
get_test_status():
45
if
os.path.isfile(test_status_file):
Callers
1
get_test_status
Function · 0.85
Calls
no outgoing calls
Tested by
1
get_test_status
Function · 0.68