Initial commit
This commit is contained in:
8
tests/conftest.py
Normal file
8
tests/conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
from pathlib import Path
|
||||
|
||||
TEST_ROOT = Path(__file__).parent
|
||||
|
||||
@pytest.fixture
|
||||
def workspace(tmp_path):
|
||||
return tmp_path
|
||||
Reference in New Issue
Block a user
