diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-07 15:35:12 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-07 15:35:12 +0100 |
| commit | fb04f76698f8fd7347aa54a42e99ecb7ea5f7df0 (patch) | |
| tree | f31122a2ebacc32f892bafdf10e4bcef17132678 /searx/tests/test_engines.py | |
| parent | d0a1df881aa29be713f7446ffff746043b3d0302 (diff) | |
Faroo'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 cd2f3fdfc..e3e0938cf 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -9,6 +9,7 @@ from searx.tests.engines.test_deviantart import * # noqa from searx.tests.engines.test_digg import * # noqa from searx.tests.engines.test_duckduckgo import * # noqa from searx.tests.engines.test_dummy import * # noqa +from searx.tests.engines.test_faroo import * # noqa from searx.tests.engines.test_flickr import * # noqa from searx.tests.engines.test_flickr_noapi import * # noqa from searx.tests.engines.test_github import * # noqa |