Add database tests
Some checks failed
Run Tests / run-tests (push) Failing after 31s

This commit is contained in:
2026-04-25 18:52:34 +02:00
parent 89125782d7
commit cab4ca25ee
4 changed files with 235 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ python = ">=3.10,<4"
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "INFO"
log_cli_level = "WARNING"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format="%Y-%m-%d %H:%M:%S"
pythonpath = "./app"