diff --git a/docs/fidesops/docs/development/testing.md b/docs/fidesops/docs/development/testing.md index c4e78abac..4f4d7d88e 100644 --- a/docs/fidesops/docs/development/testing.md +++ b/docs/fidesops/docs/development/testing.md @@ -49,7 +49,7 @@ Fidesops has a few [`pytest` fixtures](https://docs.pytest.org/en/stable/fixture ## Running tests -Fidesops uses `pytest` for unit testing. To run tests, invoke `pytest` from the root Fidesops directory: +Fidesops uses `pytest` for unit testing. Once in the Fidesops container shell (`make server-shell`, or `make integration-shell` if running integration tests), invoke `pytest` from the root Fidesops directory: ```bash cd fidesops