blob: 4c3b89090fe169e874b06f0c073939ed0d871d6b [file] [log] [blame]
import os.path
import pytest
pytest_plugins = [
'mypy.test.data',
]
def pytest_configure(config):
mypy_source_root = os.path.dirname(os.path.abspath(__file__))
if os.getcwd() != mypy_source_root:
os.chdir(mypy_source_root)