Remove all END Test comments
This commit is contained in:
@@ -24,10 +24,11 @@ import pytest
|
||||
|
||||
from PyQt5.QtCore import QPoint, QPointF, Qt
|
||||
from PyQt5.QtGui import QWheelEvent
|
||||
from tools import SimpleDialog
|
||||
|
||||
from novelwriter.extensions.modified import NComboBox, NDoubleSpinBox, NSpinBox
|
||||
|
||||
from tests.tools import SimpleDialog
|
||||
|
||||
|
||||
class MockWheelEvent(QWheelEvent):
|
||||
|
||||
@@ -70,8 +71,6 @@ def testExtModified_NComboBox(qtbot, monkeypatch):
|
||||
|
||||
# qtbot.stop()
|
||||
|
||||
# END Test testExtModified_NComboBox
|
||||
|
||||
|
||||
@pytest.mark.gui
|
||||
def testExtModified_NSpinBox(qtbot, monkeypatch):
|
||||
@@ -98,8 +97,6 @@ def testExtModified_NSpinBox(qtbot, monkeypatch):
|
||||
|
||||
# qtbot.stop()
|
||||
|
||||
# END Test testExtModified_NSpinBox
|
||||
|
||||
|
||||
@pytest.mark.gui
|
||||
def testExtModified_NDoubleSpinBox(qtbot, monkeypatch):
|
||||
@@ -125,5 +122,3 @@ def testExtModified_NDoubleSpinBox(qtbot, monkeypatch):
|
||||
assert event.ignored is True
|
||||
|
||||
# qtbot.stop()
|
||||
|
||||
# END Test testExtModified_NDoubleSpinBox
|
||||
|
||||
Reference in New Issue
Block a user