summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_command.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-09-04 07:17:19 +0000
committerGitHub <noreply@github.com>2021-09-04 07:17:19 +0000
commitab4456b0d0f3e495f627311e576df03694e673ad (patch)
treea5732720882550ac321bd051f45ed080dae9083d /tests/unit/engines/test_command.py
parent16c19389a5aaf9cabae9d464537d5c848c96577e (diff)
parenta14ea6396e8e55b056065e6f0ce2032067e11385 (diff)
Merge pull request #281 from dalf/cleanup
Cleanup
Diffstat (limited to 'tests/unit/engines/test_command.py')
-rw-r--r--tests/unit/engines/test_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_command.py b/tests/unit/engines/test_command.py
index 8f88b617e..d2bb123f7 100644
--- a/tests/unit/engines/test_command.py
+++ b/tests/unit/engines/test_command.py
@@ -16,7 +16,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
from searx.engines import command as command_engine
-from searx.testing import SearxTestCase
+from tests import SearxTestCase
class TestCommandEngine(SearxTestCase):