Fix tests and clean up a couple of minor things in HTML generator
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"lipsum.com"
|
"lipsum.com"
|
||||||
],
|
],
|
||||||
"buildTime": 1611491561
|
"buildTime": 1611662802
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"css": [
|
"css": [
|
||||||
|
|||||||
@@ -432,10 +432,6 @@ def testGuiMenu_Insert(qtbot, monkeypatch, nwGUI, fncDir, fncProj):
|
|||||||
assert nwGUI.docEditor.getText() == nwUnicode.U_BULL
|
assert nwGUI.docEditor.getText() == nwUnicode.U_BULL
|
||||||
nwGUI.docEditor.clear()
|
nwGUI.docEditor.clear()
|
||||||
|
|
||||||
nwGUI.mainMenu.aInsTriBull.activate(QAction.Trigger)
|
|
||||||
assert nwGUI.docEditor.getText() == nwUnicode.U_TRBULL
|
|
||||||
nwGUI.docEditor.clear()
|
|
||||||
|
|
||||||
nwGUI.mainMenu.aInsHyBull.activate(QAction.Trigger)
|
nwGUI.mainMenu.aInsHyBull.activate(QAction.Trigger)
|
||||||
assert nwGUI.docEditor.getText() == nwUnicode.U_HYBULL
|
assert nwGUI.docEditor.getText() == nwUnicode.U_HYBULL
|
||||||
nwGUI.docEditor.clear()
|
nwGUI.docEditor.clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user