frostfs-testlib/src/frostfs_testlib/__init__.py
a.berezin 8b90dbe2cc
Some checks failed
DCO action / DCO (pull_request) Failing after 24s
[] Move common fixture to testlib
Signed-off-by: a.berezin <a.berezin@yadro.com>
2025-03-07 15:18:43 +03:00

4 lines
184 B
Python

__version__ = "2.0.1"
from .fixtures import configure_testlib, hosting, session_start_time, temp_directory
from .hooks import pytest_add_frostfs_marker, pytest_collection_modifyitems