diff options
| author | Frederick Muriuki Muriithi | 2025-07-09 09:27:36 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-07-09 09:27:36 -0500 |
| commit | f703399bdda4d4f4362653bdea4190804c3590d5 (patch) | |
| tree | 3133820f117261939deda3693f063127c5ef1824 | |
| parent | cf38f74e058e19b11b5e9489efb9118a69dab8fb (diff) | |
| download | gn-auth-f703399bdda4d4f4362653bdea4190804c3590d5.tar.gz | |
Update docs: Indicate how to run tests in parallel.
| -rw-r--r-- | README.md | 2 |
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 |
