v1.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
@pytest.fixture
|
||||
def data_dir():
|
||||
return os.path.join(os.path.dirname(__file__), 'test_data')
|
||||
Reference in New Issue
Block a user