diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-09 16:55:01 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-09 16:55:01 +0100 |
| commit | 0a537d3b89964c227724d3cd95adebd2bbafb720 (patch) | |
| tree | 37aef610898020583db60a491a90e208b8ce14e4 /searx/tests/test_engines.py | |
| parent | fb04f76698f8fd7347aa54a42e99ecb7ea5f7df0 (diff) | |
Yacy's unit test
Diffstat (limited to 'searx/tests/test_engines.py')
| -rw-r--r-- | searx/tests/test_engines.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index e3e0938cf..4a27f5adb 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -30,6 +30,7 @@ from searx.tests.engines.test_subtitleseeker import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www500px import * # noqa -from searx.tests.engines.test_youtube import * # noqa +from searx.tests.engines.test_yacy import * # noqa from searx.tests.engines.test_yahoo import * # noqa +from searx.tests.engines.test_youtube import * # noqa from searx.tests.engines.test_yahoo_news import * # noqa |