MCPcopy
hub / github.com/ModelEngine-Group/nexent / desc

Method desc

test/backend/database/test_token_db.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128# Mock the create_time attribute with a mock that supports .desc()
129class MockColumn:
130 def desc(self):
131 return "desc"
132
133MockUserTokenInfo.create_time = MockColumn()
134

Calls

no outgoing calls

Tested by

no test coverage detected