From a82706953da83d3acbacb717763574e0d9c528ff Mon Sep 17 00:00:00 2001 From: James Perretta Date: Thu, 21 Nov 2024 12:35:12 -0500 Subject: [PATCH] Update test-running instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb3c33a0..f4949dc7 100644 --- a/README.md +++ b/README.md @@ -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