MCPcopy Create free account
hub / github.com/pathwaycom/pathway / check

Function check

python/pathway/tests/test_persistence.py:719–720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected