Merge pull request #6030 from tk0miya/refactor_conftest

refactor: tests/conftest.py
This commit is contained in:
Takeshi KOMIYA
2019-02-07 23:38:48 +09:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ collect_ignore = ['roots']
@pytest.fixture(scope='session')
def rootdir():
return path(os.path.dirname(__file__)).abspath() / 'roots'
return path(__file__).parent.abspath() / 'roots'
def pytest_report_header(config):