MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / TestSuite

Class TestSuite

scripts/test-suite-runner.py:22–29  ·  view source on GitHub ↗

Available test suites.

Source from the content-addressed store, hash-verified

20
21
22class TestSuite(Enum):
23 """Available test suites."""
24
25 VALIDATION = "validation"
26 INTEGRATION = "integration"
27 WORKFLOW = "workflow"
28 LEGACY_MIGRATION = "legacy-migration"
29 ALL = "all"
30
31
32@dataclass

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68