auth unit tests & ruff visual fix

This commit is contained in:
2026-07-28 01:42:29 +03:00
parent 1d25b0edc3
commit 5522447b07
22 changed files with 411 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
import pytest
from src.service.auth.jwt import Jwt
@pytest.fixture
def jwt_service():
jwt_service=Jwt()
return jwt_service