import pytest import sys from pathlib import Path @pytest.fixture(scope="session") def prompts_dir(tmp_path_factory): return tmp_path_factory.mktemp("prompts")