2026-04-25 10:38:21 +02:00
|
|
|
[pytest]
|
|
|
|
|
log_cli = 1
|
|
|
|
|
log_cli_level = INFO
|
|
|
|
|
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
|
|
|
|
|
log_cli_date_format=%Y-%m-%d %H:%M:%S
|
2026-04-25 10:54:55 +02:00
|
|
|
pythonpath = ../app
|
2026-04-25 10:38:21 +02:00
|
|
|
env =
|
|
|
|
|
DATABASE_FILE=testdb.sqlite
|
|
|
|
|
DATABASE_URL=sqlite:///testdb.sqlite?cache=shared
|
|
|
|
|
|