Files
The_Great_Excel_Project/tests/unit/conftest.py

7 lines
131 B
Python

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