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

Method test_status

tests/test_learning.py:118–123  ·  view source on GitHub ↗

Should return status dict.

(self)

Source from the content-addressed store, hash-verified

116 assert result == "pytest"
117
118 def test_status(self):
119 """Should return status dict."""
120 pm = PreferenceManager()
121 status = pm.status()
122 assert "preferences" in status
123 assert "confidence" in status
124
125
126class TestErrorDatabase:

Callers

nothing calls this directly

Calls 2

statusMethod · 0.95
PreferenceManagerClass · 0.90

Tested by

no test coverage detected