conftest.py 136 B

123456789
  1. import uuid
  2. import pytest
  3. @pytest.fixture
  4. def setup_path():
  5. """Fixture for setup path"""
  6. return f"tmp.__{uuid.uuid4()}__.h5"