Files
mockapi/tests/conftest.py
7000pctAUTO ed71d7516d
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Add mockapi source files and tests
2026-03-22 21:59:28 +00:00

8 lines
117 B
Python

import pytest
@pytest.fixture
def temp_dir(tmp_path):
"""Provide a temporary directory."""
return tmp_path