MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / test_thanks

Method test_thanks

tests/test_breadth.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 assert classify_breadth_need("Hello!") == "minimal"
35
36 def test_thanks(self):
37 assert classify_breadth_need("Thanks, that works!") == "minimal"
38
39 def test_very_short_no_action(self):
40 assert classify_breadth_need("list files") in ("minimal", "standard")

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected