summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-04-09add unit && robot testsNoemi Vanyi
2016-04-09new preferences handlingNoemi Vanyi
Preferences class was introduced in order to handle user preferences. Right now it parses cookies and the form in preferences. Also it can retrieve settings based on the name of the setting. ATTENTION Please note that engine preferences are handled differently from now on. So it introduces incompatible changes. Every user who has saved preferences should reset and save his/her settings again. This change was needed, because everytime a default disabled engine was added saved user preferences would broke. Now engine setting tracking is fixed.
2016-04-07[fix] broken google images parsingAdam Tauber
2016-04-04Fix pep8 about too long linesGuilhem Bonnefille
Code is refactored and example data are truncated.
2016-04-03Add support for dokuwiki engineGuilhem Bonnefille
2016-03-30Add searx user agent to Reddit engine request to comply with API usage termsKirill Isakov
2016-03-27Add F-Droid search engineKirill Isakov
2016-03-27Add Tokyo Toshokan search engineKirill Isakov
2016-03-26[fix] bing images page changeAdam Tauber
2016-03-26Add Torrentz.eu search engineKirill Isakov
2016-03-25Add Reddit search engineKirill Isakov
2016-03-25Remove content field from ArchWiki results; reformat code in archlinux.pyKirill Isakov
Content field in Arch Wiki search results is of no real use, more often than not it contains no usable information and includes too many markup tags which make the text unreadable. It is safe to remove it.
2016-03-25Add Nyaa.se search engineKirill Isakov
2016-03-24Add Arch Linux Wiki search engineKirill Isakov
2016-03-21[fix] duckduckgo's xpaths changeda01200356
test_duckduckgo modified to reflect changes in duckduckgo's html
2016-02-28[fix] remove unnecesary async calls in wolframalpha_noapia01200356
setting async to false in the request did the job, lol.
2016-02-28[enh] unit tests for wolframalphaa01200356
2016-02-17[fix] wolframalpha page changesAdam Tauber
related issues: #508 #509
2016-02-04better test dataNoemi Vanyi
2016-02-04fix pep8 errorsNoemi Vanyi
2016-02-04add Frinkiac engine & testsNoemi Vanyi
2016-02-01[fix] pep8Adam Tauber
2016-02-01[fix] missing gigablast testsAdam Tauber
2016-02-01[fix] bing images changesAdam Tauber
2016-01-10move two testsa01200356
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber