Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weblate
gajim
Commits
32e23ff5
Commit
32e23ff5
authored
7 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused code in resolver test
parent
7dacd51c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/integration/test_resolver.py
+0
-6
0 additions, 6 deletions
test/integration/test_resolver.py
with
0 additions
and
6 deletions
test/integration/test_resolver.py
+
0
−
6
View file @
32e23ff5
...
...
@@ -26,20 +26,14 @@ class TestResolver(unittest.TestCase):
network connection.
'''
def
setUp
(
self
):
self
.
idlequeue_thread
=
IdleQueueThread
()
self
.
idlequeue_thread
.
start
()
self
.
main_context
=
GLib
.
MainContext
()
self
.
main_context
.
push_thread_default
()
self
.
main_loop
=
GLib
.
MainLoop
(
self
.
main_context
)
self
.
iq
=
self
.
idlequeue_thread
.
iq
self
.
_reset
()
self
.
resolver
=
None
def
tearDown
(
self
):
self
.
main_context
.
pop_thread_default
()
self
.
idlequeue_thread
.
stop_thread
()
self
.
idlequeue_thread
.
join
()
def
_reset
(
self
):
self
.
expect_results
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment