MCPcopy Index your code
hub / github.com/pathwaycom/pathway / get_checker

Function get_checker

python/pathway/tests/test_persistence.py:718–722  ·  view source on GitHub ↗
(output_path: pathlib.Path, expected: set[str])

Source from the content-addressed store, hash-verified

716
717
718def get_checker(output_path: pathlib.Path, expected: set[str]) -> Callable:
719 def check() -> None:
720 assert_sets_equality_from_path(output_path, expected)
721
722 return LogicChecker(check)
723
724
725@pytest.mark.parametrize(

Callers 1

wait_resultFunction · 0.85

Calls 1

LogicCheckerClass · 0.90

Tested by

no test coverage detected