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