Skip to content

Commit

Permalink
Merge pull request #697 from eecs-autograder/readme-test-instructions
Browse files Browse the repository at this point in the history
Update test-running instructions
  • Loading branch information
james-perretta authored Nov 21, 2024
2 parents 3a9045f + a827069 commit d4ad699
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 d4ad699

Please sign in to comment.