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

[Docs] Clarify how to run pytest #187

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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