diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-06 16:39:59 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-06 16:39:59 +0100 |
| commit | 3a4d6045c1da950d13d1d14192247389c5932631 (patch) | |
| tree | 686b41000bafd692bb7e96595a80e40f4199e563 /searx/tests/test_engines.py | |
| parent | 9f13af8d3c96741e69f50b23abca9bd5a5e19998 (diff) | |
Subtitleseeker'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 259ebcf35..7fa1e2b8b 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_subtitleseeker import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www500px import * # noqa |