mirror of
https://github.com/searxng/searxng.git
synced 2025-07-30 16:42:22 +02:00
Add tests for the Wolfram Alpha engines (both API and NO API versions)
This commit is contained in:
parent
5ed8f4da80
commit
be54e5269a
5 changed files with 539 additions and 8 deletions
|
@ -36,6 +36,8 @@ from searx.tests.engines.test_subtitleseeker import * # noqa
|
|||
from searx.tests.engines.test_swisscows import * # noqa
|
||||
from searx.tests.engines.test_twitter import * # noqa
|
||||
from searx.tests.engines.test_vimeo import * # noqa
|
||||
from searx.tests.engines.test_wolframalpha_api import * # noqa
|
||||
from searx.tests.engines.test_wolframalpha_noapi import * # noqa
|
||||
from searx.tests.engines.test_www1x import * # noqa
|
||||
from searx.tests.engines.test_www500px import * # noqa
|
||||
from searx.tests.engines.test_yacy import * # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue