Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ TestRun
Class
TestRun
tools/ci.py:147–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
147
class
TestRun(TypedDict):
148
type: str
149
skip_code_coverage: bool
150
from_filenames: NotRequired[str]
151
selected_tests: NotRequired[dict[str, bool]]
152
153
154
def
_build_matrix(os_kind, linux_arm_runner):
Callers
1
_define_testrun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected