Files
2025-09-07 22:09:54 +02:00

10 lines
136 B
Python

import uuid
import pytest
@pytest.fixture
def setup_path():
"""Fixture for setup path"""
return f"tmp.__{uuid.uuid4()}__.h5"