We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976f476 commit 981e672Copy full SHA for 981e672
pyproject.toml
@@ -46,7 +46,7 @@ test_application = "pytest -k application"
46
test_unit = "pytest -m unit"
47
test_integration = "pytest -m 'not unit'"
48
test_coverage = "pytest --cov=src --cov-report=html"
49
-start = "uvicorn src.api.main:app --reload"
+start = { shell = "uvicorn src.api.main:app --reload" }
50
start_cli = { shell = "cd src && python -m cli" }
51
compose_up = "docker-compose -f docker-compose.dev.yml up"
52
0 commit comments