MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_validate_structured_ok

Function test_validate_structured_ok

tests/workflow/test_structured.py:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def test_validate_structured_ok():
22 ok, err = validate_structured({"name": "x", "age": 3}, _SCHEMA)
23 assert ok is True
24 assert err is None
25
26
27def test_validate_structured_missing_required():

Callers

nothing calls this directly

Calls 1

validate_structuredFunction · 0.90

Tested by

no test coverage detected