Files
The_Great_Excel_Project/tests/unit/conftest.py
2026-07-28 01:43:35 +03:00

9 lines
133 B
Python

import pytest
from src.service.auth.jwt import Jwt
@pytest.fixture
def jwt_service():
jwt_service=Jwt()
return jwt_service