Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
copy change (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpreston authored Feb 1, 2022
1 parent 976ceea commit f4b03a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fidesops/docs/development/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4b03a3

Please sign in to comment.