mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[enh] engine customisation init
This commit is contained in:
parent
b8d836e445
commit
c0013edcdd
5 changed files with 63 additions and 49 deletions
|
@ -124,11 +124,6 @@ class ViewsTestCase(SearxTestCase):
|
|||
self.assertEqual(result.status_code, 200)
|
||||
self.assertIn('<h1>About <a href="/">searx</a></h1>', result.data)
|
||||
|
||||
def test_engines(self):
|
||||
result = self.app.get('/engines')
|
||||
self.assertEqual(result.status_code, 200)
|
||||
self.assertIn('<h2>Currently used search engines</h2>', result.data)
|
||||
|
||||
def test_preferences(self):
|
||||
result = self.app.get('/preferences')
|
||||
self.assertEqual(result.status_code, 200)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue