Skip to content

Commit

Permalink
Update test-running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta authored Nov 21, 2024
1 parent 3a9045f commit a827069
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,13 @@ python3.10 generate_secrets.py
```

## Running the Unit Tests
To run the tests (takes about 15 minutes on my machine):
To run the tests (takes 15-60 minutes):
```
./manage.py -v 2 test
./manage.py test
```
To exclude the slowest test cases from the run:
```
./manage.py test --exclude-tag slow
```

## Updating schema.yml and Rendering the Schema
Expand Down

0 comments on commit a827069

Please sign in to comment.