integrated tests + omit unnecessary

This commit is contained in:
2026-07-28 15:16:52 +03:00
parent ef1e39d506
commit d24b99b8b0
7 changed files with 68 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
import pytest
from service.auth.auth import CurrentUser
from src.service.auth.jwt import Hashes, Jwt
@@ -14,7 +13,3 @@ def hash_service()->Hashes:
hash_service=Hashes()
return hash_service
@pytest.fixture
def current_user_service()->CurrentUser:
current_user_service=CurrentUser()
return current_user_service