MCPcopy Index your code
hub / github.com/saltstack/salt / slugs

Function slugs

tools/precommit/workflows.py:69–78  ·  view source on GitHub ↗

List of supported test slugs

()

Source from the content-addressed store, hash-verified

67
68
69def slugs():
70 """
71 List of supported test slugs
72 """
73 all_slugs = []
74 for platform in TEST_SALT_LISTING:
75 for osdef in TEST_SALT_LISTING[platform]:
76 if osdef.enabled:
77 all_slugs.append(osdef.slug)
78 return all_slugs
79
80
81class NeedsTracker:

Callers 1

generate_workflowsFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected