8 lines
159 B
Python
8 lines
159 B
Python
import pytest
|
|
|
|
from tests.helpers.models import ClientCryptograpy
|
|
|
|
|
|
@pytest.fixture(scope="session")
|
|
def client_cryptography():
|
|
return ClientCryptograpy()
|