Skip to content

Commit

Permalink
Remind developers that being in the virtual env with everything
Browse files Browse the repository at this point in the history
installed is a pre-requisite for running the system test script.
  • Loading branch information
jeremyestein committed Dec 16, 2024
1 parent 6435ebb commit 78af209
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ consumers started.

**Then** the DICOM study exists in the "anon" PIXL Orthanc instance.

After setting up your [.secrets.env](../README.md#project-secrets)), you can run the system test with:
## Pre-requisites for running system tests

Set up your [.secrets.env](/README.md#project-secrets)

Make sure your [python virtual environment](/docs/setup/developer.md) has been set up, PIXL installed correctly,
and the virtual environment activated.

## Running system tests

```bash
./run-system-test.sh
Expand Down

0 comments on commit 78af209

Please sign in to comment.