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
5a20d9ec
Commit
5a20d9ec
authored
Dec 14, 2018
by
Michael Pfitzner
Browse files
change the html in test_startpage.py to look more like the actual startpage site
parent
44ce51f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/engines/test_startpage.py
View file @
5a20d9ec
...
@@ -31,14 +31,14 @@ class TestStartpageEngine(SearxTestCase):
...
@@ -31,14 +31,14 @@ class TestStartpageEngine(SearxTestCase):
self
.
assertEqual
(
startpage
.
response
(
response
),
[])
self
.
assertEqual
(
startpage
.
response
(
response
),
[])
html
=
"""
html
=
"""
<
div
class=
'
result
'
s
tyle=' *width : auto; *margin-right : 10%;'
>
<
li
class=
"search-
result s
earch-item"
>
<h3>
<h3>
<a href='http://this.should.be.the.link/' id='title_2' name='title_2' >
<a href='http://this.should.be.the.link/' id='title_2' name='title_2' >
This should be the title
This should be the title
</a>
</a>
<span id='title_stars_2' name='title_stars_2'> </span>
<span id='title_stars_2' name='title_stars_2'> </span>
</h3>
</h3>
<p class=
'desc clk'
>
<p class=
"search-item__body"
>
This should be the content.
This should be the content.
</p>
</p>
<p>
<p>
...
@@ -56,7 +56,7 @@ class TestStartpageEngine(SearxTestCase):
...
@@ -56,7 +56,7 @@ class TestStartpageEngine(SearxTestCase):
Mis en surbrillance
Mis en surbrillance
</A>
</A>
</p>
</p>
</
div
>
</
li
>
"""
"""
response
=
mock
.
Mock
(
text
=
html
.
encode
(
'utf-8'
))
response
=
mock
.
Mock
(
text
=
html
.
encode
(
'utf-8'
))
results
=
startpage
.
response
(
response
)
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