fix SearxngRobotLayer
This commit is contained in:
parent
325f3a891b
commit
cee64b7473
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,3 +15,5 @@ dist/
|
|||||||
local/
|
local/
|
||||||
gh-pages/
|
gh-pages/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
@ -63,7 +63,7 @@ def run_robot_tests(tests):
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
test_layer = SearxRobotLayer()
|
test_layer = SearxngRobotLayer()
|
||||||
try:
|
try:
|
||||||
test_layer.setUp()
|
test_layer.setUp()
|
||||||
run_robot_tests([getattr(test_webapp, x) for x in dir(test_webapp) if x.startswith('test_')])
|
run_robot_tests([getattr(test_webapp, x) for x in dir(test_webapp) if x.startswith('test_')])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user