Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0RWilliams committed Mar 21, 2024
1 parent ff1b0f3 commit 6686922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test:
docker-compose run --rm web python manage.py test $(test)

pytest:
docker-compose run --rm web pytest -raP --capture=sys --ignore=node_modules --ignore=front_end --ignore=features --ignore=staticfiles -n 4
docker-compose run --rm web pytest -raP --capture=sys --ignore=node_modules --ignore=front_end --ignore=features --ignore=staticfiles

black-check:
docker-compose run --rm --no-deps web black --check .
Expand Down

0 comments on commit 6686922

Please sign in to comment.