Fix duplicate tests issue
This commit is contained in:
@@ -24,10 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
from __future__ import annotations
|
||||
|
||||
from PyQt6.QtCore import Qt
|
||||
from PyQt6.QtGui import (
|
||||
QColor, QFont, QPainter, QTextBlockFormat, QTextCharFormat, QTextCursor,
|
||||
QTextFormat
|
||||
)
|
||||
from PyQt6.QtGui import QColor, QFont, QPainter, QTextCharFormat, QTextCursor, QTextFormat
|
||||
from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QHeaderView, QSizePolicy, QStyle
|
||||
|
||||
# Qt Alignment Flags
|
||||
|
||||
+1
-7
@@ -172,13 +172,7 @@ def nwGUI(qtbot, monkeypatch, functionFixture):
|
||||
nwGUI.show()
|
||||
qtbot.wait(20)
|
||||
|
||||
yield nwGUI
|
||||
|
||||
qtbot.wait(20)
|
||||
nwGUI.closeMain()
|
||||
qtbot.wait(20)
|
||||
|
||||
return
|
||||
return nwGUI
|
||||
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user