Files
mnote/wolai-backend/.venv312/Lib/site-packages/pandas/tests/io/pytables/conftest.py
T

10 lines
136 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
import uuid
import pytest
@pytest.fixture
def setup_path():
"""Fixture for setup path"""
return f"tmp.__{uuid.uuid4()}__.h5"