/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ pandas
/ tests
/ io
/ pytables
/ conftest.py
Run
Starting...
Stop
View File
Save
import uuid import pytest @pytest.fixture def setup_path(): """Fixture for setup path""" return f"tmp.__{uuid.uuid4()}__.h5"
Memory