Philipp Hörist pushed to branch master at gajim / gajim
Commits:
f08f3f0c by lovetox at 2021-04-02T18:51:01+02:00
Fix HtmlTextView test
- - - - -
1 changed file:
- test/gtk/htmltextview.py
Changes:
=====================================
test/gtk/htmltextview.py
=====================================
@@ -7,17 +7,22 @@
from gajim.common import app
from gajim.common import configpaths
configpaths.init()
-from gajim.common.helpers import AdditionalDataDict
+
from gajim import gui
gui.init('gtk')
+from gajim.common.helpers import AdditionalDataDict
+
from gajim.conversation_textview import ConversationTextview
from gajim.gui_interface import Interface
+
+app.settings = MagicMock()
app.plugin_manager = MagicMock()
app.logger = MagicMock()
app.cert_store = MagicMock()
+app.storage = MagicMock()
app.interface = Interface()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f08f3f0c217f9bdf7c86aff47e17a498a555f0d4
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f08f3f0c217f9bdf7c86aff47e17a498a555f0d4
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits