mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Test for FileTypes (and QFlags).
This commit is contained in:
@@ -9,7 +9,7 @@ def pytest_configure():
|
||||
global app
|
||||
|
||||
os.add_dll_directory(Path(os.getenv("QT_ROOT")).joinpath("bin"))
|
||||
os.add_dll_directory(Path(os.getenv("UIBASE_PATH")).parent)
|
||||
os.add_dll_directory(Path(os.getenv("UIBASE_PATH")))
|
||||
|
||||
from PyQt6.QtWidgets import QApplication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user