Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ DummyDb
Class
DummyDb
tests/test_registration_new_api.py:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
)()
38
39
class
DummyDb:
40
def
__enter__(self):
41
return
self
42
43
def
__exit__(self, exc_type, exc, tb):
44
return
False
45
46
def
fake_get_db():
47
return
DummyDb()
Callers
2
fake_get_db
Function · 0.85
test_get_registration_stats_uses_finished_total_for_today_summary
Function · 0.85
Calls
no outgoing calls
Tested by
2
fake_get_db
Function · 0.68
test_get_registration_stats_uses_finished_total_for_today_summary
Function · 0.68