Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ DummySettings
Class
DummySettings
tests/test_database_runtime_config.py:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
16
class
DummySettings:
17
def
__init__(self, url: str =
""
, log_retention_days: int = 14):
18
self.database_url = url
19
self.log_retention_days = log_retention_days
20
21
22
class
DummySession:
Callers
4
test_get_database_info_reports_sqlite
Function · 0.70
test_get_database_info_reports_postgres
Function · 0.70
test_backup_database_rejects_postgres
Function · 0.70
test_log_stats_returns_runtime_cleanup_defaults
Function · 0.70
Calls
no outgoing calls
Tested by
4
test_get_database_info_reports_sqlite
Function · 0.56
test_get_database_info_reports_postgres
Function · 0.56
test_backup_database_rejects_postgres
Function · 0.56
test_log_stats_returns_runtime_cleanup_defaults
Function · 0.56