diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-01 15:23:26 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-01 15:23:26 +0100 |
| commit | 5a16077455ef9e821a2b5f5f7e975be8a37ce83d (patch) | |
| tree | 57b6e41fb13a7a5f3ede89ab310d676e13df7b6b /searx/tests/test_engines.py | |
| parent | c6535dd65ebf110d00d633db1170f35cf60b8df0 (diff) | |
PirateBay unit test + reactivation in Settings
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 ed5ee42d8..e66f7db28 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -14,6 +14,7 @@ from searx.tests.engines.test_google_images import * # noqa from searx.tests.engines.test_google_news import * # noqa from searx.tests.engines.test_kickass import * # noqa from searx.tests.engines.test_mixcloud import * # noqa +from searx.tests.engines.test_piratebay 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_soundcloud import * # noqa |