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 451eac8 commit 53f4b0bCopy full SHA for 53f4b0b
Justfile
@@ -1,4 +1,4 @@
1
-default: install lint build tests
+default: install lint build test
2
3
# down all app containers
4
down:
@@ -9,7 +9,7 @@ sh:
9
docker compose run --service-ports application bash
10
11
# run pytest with arguments
12
-tests *args: down && down
+test *args: down && down
13
docker compose run application sh -c "sleep 1 && uv run alembic downgrade base && uv run alembic upgrade head && uv run pytest {{ args }}"
14
15
# create alembic migration with arguments
0 commit comments