Add test suite

This commit is contained in:
2026-02-04 12:33:46 +00:00
parent 25ff4e34c7
commit 523f913e5e

7
tests/conftest.py Normal file
View File

@@ -0,0 +1,7 @@
import pytest
import sys
from pathlib import Path
@pytest.fixture(scope="session")
def prompts_dir(tmp_path_factory):
return tmp_path_factory.mktemp("prompts")