Skip to content

Commit

Permalink
Merge pull request #7181 from freedomofpress/admin-test-hint
Browse files Browse the repository at this point in the history
docs(test): suggest a workaround for the slow admin test suite
  • Loading branch information
legoktm authored Jun 13, 2024
2 parents f92ecce + a04ab0e commit aa34ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ DEFAULT_GOAL: help

.PHONY: test
test: ## Run tox
@echo "NB. This can be VERY slow. If you find yourself running this test suite multiple times, you may prefer to \"docker run -it securedrop-admin bash\", install the editor of your choice into the container and edit there, and run \"tox\" directly as you work."
bin/dev-shell tox

.PHONY: update-pip-requirements
Expand Down

0 comments on commit aa34ea7

Please sign in to comment.