Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_gui_interface.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/test_gui_interface.py b/test/unit/test_gui_interface.py
index 41274dfd4..6ad2d734b 100644
--- a/test/unit/test_gui_interface.py
+++ b/test/unit/test_gui_interface.py
@@ -3,6 +3,9 @@ Some diverse tests covering functionality in the GUI Interface class.
'''
import unittest
+import gajim.gui
+gajim.gui.init('gtk')
+
from test import lib
lib.setup_env()