diff --git a/README.md b/README.md index 14c0258..9fb83d2 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ Spin up Postgres and Elasticsearch: docker-compose --env-file=.env.test up -d ``` -Run tests: +Run tests (with -s option to allow more verbose output): ```shell poetry run pytest -s