aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-07-09 09:27:36 -0500
committerFrederick Muriuki Muriithi2025-07-09 09:27:36 -0500
commitf703399bdda4d4f4362653bdea4190804c3590d5 (patch)
tree3133820f117261939deda3693f063127c5ef1824
parentcf38f74e058e19b11b5e9489efb9118a69dab8fb (diff)
downloadgn-auth-f703399bdda4d4f4362653bdea4190804c3590d5.tar.gz
Update docs: Indicate how to run tests in parallel.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 232b597..963b5c5 100644
--- a/README.md
+++ b/README.md
@@ -281,7 +281,7 @@ mypy --show-error-codes .
```bash
export AUTHLIB_INSECURE_TRANSPORT=true
-pytest -m unit_test
+pytest -m unit_test -n auto
```
## OAuth2