mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
fix SearxngRobotLayer
This commit is contained in:
parent
325f3a891b
commit
cee64b7473
2 changed files with 3 additions and 1 deletions
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…
Add table
Reference in a new issue