frostfs-testlib/src/frostfs_testlib/__init__.py
a.berezin 7d2c92ebc0
All checks were successful
DCO action / DCO (pull_request) Successful in 23s
[#361] Move common fixture to testlib
Signed-off-by: a.berezin <a.berezin@yadro.com>
2025-03-07 17:06:14 +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