Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
83a06d27
Commit
83a06d27
authored
Dec 14, 2018
by
Michael Pfitzner
Browse files
change rest of test_startpage.py
parent
5a20d9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/engines/test_startpage.py
View file @
83a06d27
...
...
@@ -67,14 +67,14 @@ class TestStartpageEngine(SearxTestCase):
self
.
assertEqual
(
results
[
0
][
'content'
],
'This should be the content.'
)
html
=
"""
<
div
class=
'
result
'
s
tyle=' *width : auto; *margin-right : 10%;'
>
<
li
class=
"search-
result s
earch-item"
>
<h3>
<a href='http://www.google.com/aclk?sa=l&ai=C' id='title_2' name='title_2' >
This should be the title
</a>
<span id='title_stars_2' name='title_stars_2'> </span>
</h3>
<p class=
'desc clk'
>
<p class=
"search-item__body"
>
This should be the content.
</p>
<p>
...
...
@@ -92,20 +92,20 @@ class TestStartpageEngine(SearxTestCase):
Mis en surbrillance
</A>
</p>
</
div
>
<
div
class=
'
result
'
s
tyle=' *width : auto; *margin-right : 10%;'
>
</
li
>
<
li
class=
"search-
result s
earch-item"
>
<h3>
<span id='title_stars_2' name='title_stars_2'> </span>
</h3>
<p class=
'desc clk'
>
<p class=
"search-item__body"
>
This should be the content.
</p>
<p>
<span class='url'>www.speed<b>test</b>.net/fr/
</span>
</p>
</
div
>
<
div
class=
'
result
'
s
tyle=' *width : auto; *margin-right : 10%;'
>
</
li
>
<
li
class=
"search-
result s
earch-item"
>
<h3>
<a href='http://this.should.be.the.link/' id='title_2' name='title_2' >
This should be the title
...
...
@@ -127,7 +127,7 @@ class TestStartpageEngine(SearxTestCase):
Mis en surbrillance
</A>
</p>
</
div
>
</
li
>
"""
response
=
mock
.
Mock
(
text
=
html
.
encode
(
'utf-8'
))
results
=
startpage
.
response
(
response
)
...
...
Write
Preview
Supports
Markdown
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