diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-06 17:31:10 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-06 17:31:10 +0100 |
| commit | f1c10f4fe45f34c12994b9bbc4aca133202fd7ca (patch) | |
| tree | 155243afe2b7ed1d98160d61f664101214ec47eb /searx/tests/test_engines.py | |
| parent | 3a4d6045c1da950d13d1d14192247389c5932631 (diff) | |
Startpage'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 7fa1e2b8b..0a3559665 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -23,6 +23,7 @@ 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_startpage import * # noqa from searx.tests.engines.test_subtitleseeker import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa |