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

Method setup_method

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

Source from the content-addressed store, hash-verified

62class TestInputGuard:
63
64 def setup_method(self):
65 self.guard = InputGuard(max_input_chars=100)
66
67 def test_valid_input_passes(self):
68 result = self.guard.validate("How does tokenization work?")

Callers

nothing calls this directly

Calls 1

InputGuardClass · 0.90

Tested by

no test coverage detected