Move common fixture to testlib #373

Merged
abereziny merged 1 commit from abereziny/frostfs-testcases:feature--15631 into master 2025-03-07 16:37:50 +00:00

View file

@ -410,13 +410,6 @@ def collect_binary_versions(hosting: Hosting, client_shell: Shell, request: pyte
env_utils.save_env_properties(file_path, all_versions)
@reporter.step("[Autouse/Session] Test session start time")
@pytest.fixture(scope="session", autouse=True)
def session_start_time(configure_testlib):
start_time = datetime.utcnow()
return start_time
@pytest.fixture(scope="session")
def rpc_endpoint(cluster: Cluster):
return cluster.default_rpc_endpoint