From b9c73fb69784726608d1a2d72b7a17f777d30b9d Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 2 Sep 2021 16:01:34 +0200 Subject: [mod] move searx/testing.py to the tests directory move robot tests to tests.robot manage calls "python -m tests.robot" --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manage') diff --git a/manage b/manage index a855512f5..6f6f1a4fe 100755 --- a/manage +++ b/manage @@ -636,7 +636,7 @@ test.coverage() { test.robot() { build_msg TEST 'robot' gecko.driver - PYTHONPATH=. pyenv.cmd python searx/testing.py robot + PYTHONPATH=. pyenv.cmd python -m tests.robot dump_return $? } -- cgit v1.2.3