chore: run the app from a venv and read configuration from a dotenv (#95)

This commit was merged in pull request #95.
This commit is contained in:
2026-08-17 23:44:54 +02:00
parent 74f4b1b640
commit ded83178bd
6 changed files with 195 additions and 11 deletions

View File

@@ -15,9 +15,10 @@
"tests/characterization/test_webapp_query.py"
],
"US01-02": [
"tests/unit/test_config.py",
"tests/integration/test_app_lifecycle.py",
"tests/integration/test_migrations.py",
"tests/integration/test_app_lifecycle.py"
"tests/unit/test_config.py",
"tests/unit/test_env_file.py"
],
"US01-03": [
"tests/unit/test_path_policy.py",