Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain DEP.
gajim
Commits
2f4f2814
Commit
2f4f2814
authored
Dec 06, 2020
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: Init ǴUI
parent
ef217f20
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
0 deletions
+23
-0
test/gtk/assistant.py
test/gtk/assistant.py
+3
-0
test/gtk/certificate_dialog.py
test/gtk/certificate_dialog.py
+3
-0
test/gtk/dataform.py
test/gtk/dataform.py
+3
-0
test/gtk/fake_dataform.py
test/gtk/fake_dataform.py
+3
-0
test/gtk/groupchat_info.py
test/gtk/groupchat_info.py
+3
-0
test/gtk/htmltextview.py
test/gtk/htmltextview.py
+3
-0
test/gtk/ssl_error_dialog.py
test/gtk/ssl_error_dialog.py
+3
-0
test/no_gui/unit/test_nick_completion.py
test/no_gui/unit/test_nick_completion.py
+2
-0
No files found.
test/gtk/assistant.py
View file @
2f4f2814
...
...
@@ -4,6 +4,9 @@
from
gajim.common.const
import
CSSPriority
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
gajim.gui.assistant
import
Assistant
from
gajim.gui.assistant
import
Page
...
...
test/gtk/certificate_dialog.py
View file @
2f4f2814
...
...
@@ -4,6 +4,9 @@
import
OpenSSL
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
test.gtk
import
util
from
gajim.common.const
import
CSSPriority
from
gajim.gui.dialogs
import
CertificateDialog
...
...
test/gtk/dataform.py
View file @
2f4f2814
...
...
@@ -4,6 +4,9 @@
import
nbxmpp
from
nbxmpp.modules.dataforms
import
extend_form
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
gajim.gui.dataform
import
DataFormWidget
from
gajim.common.const
import
CSSPriority
from
gajim.common
import
app
...
...
test/gtk/fake_dataform.py
View file @
2f4f2814
from
gi.repository
import
Gtk
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
gajim.gui.dataform
import
FakeDataFormWidget
from
gajim.common.const
import
CSSPriority
...
...
test/gtk/groupchat_info.py
View file @
2f4f2814
...
...
@@ -9,6 +9,9 @@
from
gajim.common.const
import
CSSPriority
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
test.gtk
import
util
from
gajim.gui.groupchat_info
import
GroupChatInfoScrolled
...
...
test/gtk/htmltextview.py
View file @
2f4f2814
...
...
@@ -9,6 +9,9 @@
configpaths
.
init
()
from
gajim.common.helpers
import
AdditionalDataDict
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
gajim.conversation_textview
import
ConversationTextview
from
gajim.gui_interface
import
Interface
...
...
test/gtk/ssl_error_dialog.py
View file @
2f4f2814
...
...
@@ -4,6 +4,9 @@
import
OpenSSL
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
test.gtk
import
util
from
gajim.common.const
import
CSSPriority
from
gajim.gui.ssl_error_dialog
import
SSLErrorDialog
...
...
test/no_gui/unit/test_nick_completion.py
View file @
2f4f2814
import
unittest
from
gajim
import
gui
gui
.
init
(
'gtk'
)
from
gajim.gui.util
import
NickCompletionGenerator
class
Test
(
unittest
.
TestCase
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment