diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-04 20:41:40 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-04 20:41:40 +0100 |
| commit | 9f13af8d3c96741e69f50b23abca9bd5a5e19998 (patch) | |
| tree | f44c6716dc88cf8edb2db2c1dba370582c1e5eb8 /searx/tests/test_engines.py | |
| parent | ff2ad57a8781c72886848abf013ec84778807c97 (diff) | |
Yahoo'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 65f182e8f..259ebcf35 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -27,4 +27,5 @@ 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_yahoo import * # noqa from searx.tests.engines.test_yahoo_news import * # noqa |