MCPcopy Create free account
hub / github.com/apache/kvrocks / test_cpp

Function test_cpp

x.py:313–317  ·  view source on GitHub ↗
(dir: str, rest: List[str])

Source from the content-addressed store, hash-verified

311
312
313def test_cpp(dir: str, rest: List[str]) -> None:
314 basedir = Path(dir).absolute()
315 unittest = basedir / 'unittest'
316
317 run(str(unittest), *rest, cwd=str(basedir), verbose=True)
318
319
320def test_go(dir: str, cli_path: str, rest: List[str]) -> None:

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected