Source code for dbsp_drp.tests.conftest
import pytest
import os
[docs]@pytest.fixture(scope='session')
def files_path() -> str:
return os.path.join(os.path.dirname(__file__), 'files')
import pytest
import os
[docs]@pytest.fixture(scope='session')
def files_path() -> str:
return os.path.join(os.path.dirname(__file__), 'files')