Skip to content
Snippets Groups Projects
Commit 69487b80 authored by Dicson's avatar Dicson
Browse files

create fake gajim.plugin_manager.gui_extension_point method for htmltextview.py testing

parent b6c63f7c
No related branches found
No related tags found
No related merge requests found
......@@ -988,6 +988,12 @@ if __name__ == '__main__':
log = logging.getLogger()
gaj.Interface()
# create fake gajim.plugin_manager.gui_extension_point method for tests
def gui_extension_point(*args):
pass
gajim.plugin_manager = gaj.Interface()
gajim.plugin_manager.gui_extension_point = gui_extension_point
htmlview = ConversationTextview(None)
path = gtkgui_helpers.get_icon_path('gajim-muc_separator')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment