chore(pytest): Create and use fixture of Fresh DB instead of migrations for testing

ref: #770
This commit is contained in:
2025-05-23 14:30:01 +09:30
parent 95281d35eb
commit 06ad1fec5e
7 changed files with 300 additions and 1 deletions

View File

@ -80,6 +80,9 @@ FEATURE_FLAG_OVERRIDES = None # Feature Flags to override fetched feature flags
# PROMETHEUS_METRICS_EXPORT_PORT = 8010
# PROMETHEUS_METRICS_EXPORT_ADDRESS = ''
FIXTURE_DIRS = [
os.path.join(BASE_DIR, 'fixtures')
]
LOG_FILES = { # defaults for devopment. docker includes settings has correct locations
"centurion": "log/centurion.log",