diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-30 21:02:17 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-30 21:02:17 +0100 |
| commit | 8ea749d6ec0b711c516f3dbdb34a1bd17ae7d945 (patch) | |
| tree | d86589c90ac0091b52adb4158c29ac4e0f974629 /searx/tests/test_engines.py | |
| parent | 52a57ee045e02844a8f650a9d3ae30e0092d86cd (diff) | |
Kickass' 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 b07444e42..66f8fbff7 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -9,6 +9,7 @@ from searx.tests.engines.test_digg import * # noqa from searx.tests.engines.test_dummy import * # noqa from searx.tests.engines.test_flickr import * # noqa from searx.tests.engines.test_github import * # noqa +from searx.tests.engines.test_kickass 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 |