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

Method test_get_status

tests/test_learning.py:298–305  ·  view source on GitHub ↗

Should return complete status.

(self)

Source from the content-addressed store, hash-verified

296 assert pref == "pytest"
297
298 def test_get_status(self):
299 """Should return complete status."""
300 lm = LearningManager()
301 status = lm.get_status()
302
303 assert "preferences" in status
304 assert "errors" in status
305 assert "strategies" in status
306
307
308if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

get_statusMethod · 0.95
LearningManagerClass · 0.90

Tested by

no test coverage detected