diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-25 22:12:34 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-25 22:12:34 +0100 |
commit | 0f52cc75424b4b376b7b950801c9a91d4e24e282 (patch) | |
tree | 9c9962860a024c139601079aa56b04b77a945ae9 /searx/tests/test_engines.py | |
parent | 525af2a031b787e22c3e310e61bfcd5fd1737bca (diff) | |
download | searxng-0f52cc75424b4b376b7b950801c9a91d4e24e282.tar.gz searxng-0f52cc75424b4b376b7b950801c9a91d4e24e282.zip |
Deezer's unit test
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 970131b48..45c9d7e28 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -1,3 +1,4 @@ from searx.tests.engines.test_bing import * # noqa +from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_dummy import * # noqa from searx.tests.engines.test_github import * # noqa |