Files
modorganizer-plugin_python/tests/conftest.py
T
2022-04-29 21:11:59 +02:00

8 lines
194 B
Python

import os
from pathlib import Path
def pytest_configure():
os.add_dll_directory(Path(os.getenv("QT_ROOT")).joinpath("bin"))
os.add_dll_directory(Path(os.getenv("UIBASE_PATH")).parent)