Add test suite
This commit is contained in:
7
tests/conftest.py
Normal file
7
tests/conftest.py
Normal 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")
|
||||||
Reference in New Issue
Block a user