Add a test for JWT helpers

This commit is contained in:
François Voron
2021-09-15 14:45:28 +02:00
parent 79f1d1198a
commit 6fca8d1306
2 changed files with 17 additions and 1 deletions

View File

@@ -26,9 +26,10 @@ ignore_missing_imports = True
[tool:pytest]
addopts = --ignore=test_build.py
markers =
markers =
authentication
db
fastapi_users
jwt
oauth
router