diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-27 23:20:57 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-27 23:20:57 +0100 |
commit | 92368a410749a4a057b476eb10c524f0fc133a0b (patch) | |
tree | 3f8424a52ab17c106299c83d6c917f7e3192d4d8 /searx/tests/test_engines.py | |
parent | 3282e62ff92f1c2158cb169d2a21a5988766450c (diff) | |
download | searxng-92368a410749a4a057b476eb10c524f0fc133a0b.tar.gz searxng-92368a410749a4a057b476eb10c524f0fc133a0b.zip |
Dailymotion'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 f46e3dc2a..64d220bcd 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -1,4 +1,5 @@ from searx.tests.engines.test_bing import * # noqa +from searx.tests.engines.test_dailymotion import * # noqa from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_dummy import * # noqa from searx.tests.engines.test_flickr import * # noqa |