summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-02 16:01:34 +0200
committerAlexandre Flament <alex@al-f.net>2021-09-02 16:01:34 +0200
commitb9c73fb69784726608d1a2d72b7a17f777d30b9d (patch)
treee1446c28afb7c49328ae7f9279b11c072c5b52c6 /manage
parent065b4dab56bf3c374cab7896314168e9d3106171 (diff)
downloadsearxng-b9c73fb69784726608d1a2d72b7a17f777d30b9d.tar.gz
searxng-b9c73fb69784726608d1a2d72b7a17f777d30b9d.zip
[mod] move searx/testing.py to the tests directory
move robot tests to tests.robot manage calls "python -m tests.robot"
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
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 $?
}