diff options
| author | Frederick Muriuki Muriithi | 2025-07-03 12:01:35 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-07-03 12:01:58 -0500 |
| commit | 1a39451ef873ab598484a74ef2899529583ab7c5 (patch) | |
| tree | 2034c46691bcfb9193fd0a8fcf285d3b450702e4 | |
| parent | 286b87c4d7f09dffbae0145ccc9f0d55cebe1adb (diff) | |
| download | gn-auth-1a39451ef873ab598484a74ef2899529583ab7c5.tar.gz | |
Pytest: (invocation) Use marker (rather than keyword) expressions.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 4146493..232b597 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ mypy --show-error-codes . ```bash export AUTHLIB_INSECURE_TRANSPORT=true -pytest -k unit_test +pytest -m unit_test ``` ## OAuth2 |
