diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-31 19:49:54 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-31 19:49:54 +0100 |
| commit | 04fa31b7f4d45182fa4ced6d6e23fd9ec4960d2e (patch) | |
| tree | f7ade4bd9882c912e2c69dbe7c6851396e052638 /searx/tests/test_engines.py | |
| parent | d20ddf9da147647710127385a3ee95ff273d4fea (diff) | |
Vimeo'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 31ad9cd4e..27acc067a 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -17,4 +17,5 @@ from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa from searx.tests.engines.test_soundcloud import * # noqa from searx.tests.engines.test_stackoverflow import * # noqa +from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_youtube import * # noqa |