10 lines
136 B
Python
Raw Normal View History

2024-10-02 22:15:59 +04:00
import uuid
import pytest
@pytest.fixture
def setup_path():
"""Fixture for setup path"""
return f"tmp.__{uuid.uuid4()}__.h5"