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
gajim
gajim
Commits
f08f3f0c
Commit
f08f3f0c
authored
Apr 02, 2021
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HtmlTextView test
parent
15f73dad
Pipeline
#7601
passed with stages
in 6 minutes and 52 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
test/gtk/htmltextview.py
test/gtk/htmltextview.py
+6
-1
No files found.
test/gtk/htmltextview.py
View file @
f08f3f0c
...
...
@@ -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
()
...
...
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