Skip to content

Commit

Permalink
docs(test): suggest a workaround for the slow admin test suite
Browse files Browse the repository at this point in the history
We're unlikely to invest the time in optimizing the admin test suite's
container as we've done for SecureDrop.  Barring that optimization,
others may find that this hint saves them some time.
  • Loading branch information
cfm committed Jun 13, 2024
1 parent f92ecce commit a04ab0e
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 a04ab0e

Please sign in to comment.