mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 16:59:21 +02:00
[fix] pass wolframalpha_noapi tests
This commit is contained in:
parent
e9d35c1309
commit
19d025f0e7
3 changed files with 33 additions and 20 deletions
|
@ -138,7 +138,7 @@ class TestWolframAlphaNoAPIEngine(SearxTestCase):
|
|||
self.assertEqual(len(results), 2)
|
||||
self.assertIn("i", results[0]['answer'])
|
||||
self.assertIn("sqrt(-1) - Wolfram|Alpha", results[1]['title'])
|
||||
self.assertIn("http://www.wolframalpha.com/input/?i=sqrt%28-1%29", results[1]['url'])
|
||||
self.assertIn("http://www.wolframalpha.com/input/?i=+sqrt%28-1%29", results[1]['url'])
|
||||
|
||||
html = """
|
||||
<!DOCTYPE html>
|
||||
|
@ -233,4 +233,4 @@ class TestWolframAlphaNoAPIEngine(SearxTestCase):
|
|||
self.assertEqual(len(results), 2)
|
||||
self.assertIn("log(x)+c", results[0]['answer'])
|
||||
self.assertIn("integral 1/x - Wolfram|Alpha", results[1]['title'])
|
||||
self.assertIn("http://www.wolframalpha.com/input/?i=integral+1%2Fx", results[1]['url'])
|
||||
self.assertIn("http://www.wolframalpha.com/input/?i=+integral+1%2Fx", results[1]['url'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue