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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user