diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-02-22 23:29:13 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-22 23:29:13 +0100 |
| commit | 98aa70cd41de5ff26a0d1def77a45153ebf8b712 (patch) | |
| tree | d74516fdcc0962464a17dcc210577edda1f87529 /searx/tests/test_engines.py | |
| parent | 03579c225ff34406879bbf3ec4d362815960b59b (diff) | |
| parent | 56ad00bc3292c345dfaa5a671844e222b5f72e5b (diff) | |
Merge pull request #251 from Cqoicebordel/moar-engines
Moar engines
Diffstat (limited to 'searx/tests/test_engines.py')
| -rw-r--r-- | searx/tests/test_engines.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 9b1c12cb1..5770458f3 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -28,6 +28,7 @@ from searx.tests.engines.test_piratebay import * # noqa from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa from searx.tests.engines.test_soundcloud import * # noqa +from searx.tests.engines.test_spotify import * # noqa from searx.tests.engines.test_stackoverflow import * # noqa from searx.tests.engines.test_startpage import * # noqa from searx.tests.engines.test_subtitleseeker import * # noqa |