| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2020-02-24 | searx/testing.py: fixed pep8 error | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | searx/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-23 | searx/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 dependency | Dalf | |
| 2019-07-06 | Fix ./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 compatibility | Adam Tauber | |
| 2016-02-27 | [fix] pep8 | Adam Tauber | |
| 2016-02-27 | [fix] robot tests | Adam Tauber | |
| 2016-01-10 | [fix] robot tests and pep8 check | Adam Tauber | |
| 2015-05-02 | [fix] robot test - kill the only subprocess | Adam Tauber | |
| 2014-01-20 | fix: robot fw, entry points, some flake8, package searx egg | Matej Cotman | |
| 2014-01-14 | tests and robot tests framework, build overhaul | Matej Cotman | |