diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-27 22:38:56 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-27 22:38:56 +0100 |
| commit | 0f81aa8410623e790f4ad01b32e2b37f6258356a (patch) | |
| tree | 472194c3e62235c378bfb206f6572af4657b8104 /searx/tests/test_engines.py | |
| parent | eca5de73a7f38958d3ba14930b42aaa5a5fbf989 (diff) | |
Searchcode doc's test unit
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 e7648bc08..f46e3dc2a 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -5,4 +5,5 @@ from searx.tests.engines.test_flickr import * # noqa from searx.tests.engines.test_github import * # noqa from searx.tests.engines.test_mixcloud import * # noqa from searx.tests.engines.test_searchcode_code import * # noqa +from searx.tests.engines.test_searchcode_doc import * # noqa from searx.tests.engines.test_youtube import * # noqa |