[#361] Move common fixture to testlib
All checks were successful
DCO action / DCO (pull_request) Successful in 23s

Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2025-03-07 15:18:43 +03:00
parent 0c4e601840
commit 7d2c92ebc0
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
__version__ = "2.0.1"
from .fixtures import configure_testlib, hosting, temp_directory
from .fixtures import configure_testlib, hosting, session_start_time, temp_directory
from .hooks import pytest_add_frostfs_marker, pytest_collection_modifyitems