summaryrefslogtreecommitdiff
path: root/searx/testing.py
AgeCommit message (Collapse)Author
2020-02-24searx/testing.py: fixed pep8 errorMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-23searx/testing.py: bugfix process model (do not use Flask's debug mode)Markus Heiser
Don't enable Flask's debug mode, the debugger from Flask will cause a wired process model, where the server never dies. Further read: - debug mode: https://flask.palletsprojects.com/quickstart/#debug-mode - Flask.run(..): https://flask.palletsprojects.com/api/#flask.Flask.run closes: https://github.com/asciimoo/searx/issues/1862 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-23searx/testing.py: pylint & SPDX tag (no functional change)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-08-03[fix] fix monkey patch in test_webapp.py (#1667)Alexandre Flament
at the end of test_webapp.py, the monkey patch of searx.search.Search was not revert which lead to side effects on other tests close #1663
2019-07-13.travis.yml: robot tests: remove the xvfb dependencyDalf
2019-07-06Fix ./manage.sh robot_tests (#1633)Alexandre Flament
doi_resolvers / default_doi_resolver were missing in the settings_robots.yml file, so the test server was not able to start (crash). Since the output wasn't displayed, it was not obvious why the Selenium couldn't connect to searx.
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-02-27[fix] pep8Adam Tauber
2016-02-27[fix] robot testsAdam Tauber
2016-01-10[fix] robot tests and pep8 checkAdam Tauber
2015-05-02[fix] robot test - kill the only subprocessAdam Tauber
2014-01-20fix: robot fw, entry points, some flake8, package searx eggMatej Cotman
2014-01-14tests and robot tests framework, build overhaulMatej Cotman