Projekt

Obecné

Profil

Stáhnout (183 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 6c098d6e Stanislav Král
import pytest
2
3 181e1196 Jan Pašek
from src.services.cryptography import CryptographyService
4 6c098d6e Stanislav Král
5
6
@pytest.fixture
7
def service():
8
    # provide a CryptographyService fixture
9
    return CryptographyService()