aswi2021jmsd-gitlab4/tests/unit_tests/services/cryptography/conftest.py @ ed55c677
1 |
import pytest |
---|---|
2 |
|
3 |
from src.services.cryptography import CryptographyService |
4 |
|
5 |
|
6 |
@pytest.fixture |
7 |
def service(): |
8 |
# provide a CryptographyService fixture
|
9 |
return CryptographyService() |