frostfs-sdk-python/tests/conftest.py
2025-02-12 11:32:09 +03:00

8 lines
159 B
Python

import pytest
from tests.helpers.models import ClientCryptograpy
@pytest.fixture(scope="session")
def client_cryptography():
return ClientCryptograpy()