MCPcopy Create free account
hub / github.com/Emmimal/control-layer / setup_method

Method setup_method

tests/test_control_layer.py:190–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188class TestResponseValidator:
189
190 def setup_method(self):
191 self.validator = ResponseValidator()
192
193 def test_empty_response_fails(self):
194 schema = ResponseSchema()

Callers

nothing calls this directly

Calls 1

ResponseValidatorClass · 0.90

Tested by

no test coverage detected