diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-20 18:47:56 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-20 18:47:56 +0100 |
| commit | a2a8fbf6230892c2af8e2bb7b76ca3410c61b188 (patch) | |
| tree | 4e6e7ee018b590fb1bfb65278e44650d1b9173bf /searx/tests/test_engines.py | |
| parent | 7f7f10bb6f7746c0891c2795b36261286b52a76a (diff) | |
Add Spotify engine
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 |