MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / ActiveSuite

Class ActiveSuite

scripts/run-test-wave.py:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32@dataclass
33class ActiveSuite:
34 name: str
35 process: subprocess.Popen[bytes]
36 log_path: pathlib.Path
37 log_file: object
38 started: float
39 timeout: int
40
41
42def parse_args() -> argparse.Namespace:

Callers 1

start_suiteFunction · 0.85

Calls

no outgoing calls

Tested by 1

start_suiteFunction · 0.68