mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
Revert "[enh] test: load each engine to check for syntax errors"
This reverts commit 4fb3ed2c63
.
This commit is contained in:
parent
315cdfee09
commit
b329058c1a
3 changed files with 12 additions and 23 deletions
|
@ -1,13 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import unittest2 as unittest
|
||||
from unittest2.util import strclass
|
||||
from searx.engines import load_engine
|
||||
from searx import settings
|
||||
|
||||
|
||||
class TestEngine(unittest.TestCase):
|
||||
|
||||
def test_engines(self):
|
||||
for engine_data in settings['engines']:
|
||||
load_engine(engine_data)
|
Loading…
Add table
Add a link
Reference in a new issue