Update tests readme

This commit is contained in:
Veronica K. B. Olsen
2021-04-23 21:54:03 +02:00
parent b698ccbc1d
commit e222915a37
2 changed files with 5 additions and 40 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ typeDelay = 1
stepDelay = 20
@pytest.mark.gui
def testDialogs_QuoteSelect(qtbot, monkeypatch, nwGUI, nwMinimal):
def testDlgOther_QuoteSelect(qtbot, monkeypatch, nwGUI, nwMinimal):
"""Test the quote symbols dialog.
"""
# Block message box
@@ -58,4 +58,4 @@ def testDialogs_QuoteSelect(qtbot, monkeypatch, nwGUI, nwMinimal):
nwQuot._doReject()
nwQuot.close()
# END Test testDialogs_QuoteSelect
# END Test testDlgOther_QuoteSelect