diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-25 22:33:02 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-25 22:33:02 +0100 |
| commit | 192f255e13e3a38cd572b08a2aff4b6117ff0960 (patch) | |
| tree | 5b3eba870154ebf0083f900390587b13d0215a01 /searx/tests/test_engines.py | |
| parent | 0f52cc75424b4b376b7b950801c9a91d4e24e282 (diff) | |
Mixcloud'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 45c9d7e28..b42b1b89c 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -2,3 +2,4 @@ from searx.tests.engines.test_bing import * # noqa from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_dummy import * # noqa from searx.tests.engines.test_github import * # noqa +from searx.tests.engines.test_mixcloud import * # noqa |