MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / FakeFileCodes

Class FakeFileCodes

tests/test_issue_473_retrieve_code.py:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class FakeFileCodes:
9 seen_code = None
10
11 @classmethod
12 def filter(cls, **kwargs):
13 cls.seen_code = kwargs.get("code")
14 return cls()
15
16 async def first(self):
17 return None
18
19
20class RetrieveCodeTests(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected