Test for FileTypes (and QFlags).

This commit is contained in:
Mikaël Capelle
2022-05-05 14:21:24 +02:00
parent 19da0a9d8c
commit b17a1a3b07
4 changed files with 80 additions and 12 deletions
+1 -1
View File
@@ -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