Files
aufbau2csv/venv/lib/python3.12/site-packages/pandas/tests/io/pytables/conftest.py
Sven Riwoldt f7f8c52455 init
2024-10-19 12:31:37 +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"