summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Collapse)Author
2016-11-01add time range search for youtube noapiNoémi Ványi
2016-11-01add time range search for bing newsNoémi Ványi
2016-10-22fix kickass torrents engineNoémi Ványi
2016-10-13initial commit of pdbe engineAlexander Minges
Adds support for queries to the Protein Data Bank Europe (PDBe).
2016-10-01Merge branch 'master' of https://github.com/asciimoo/searx into ↵Pydo
feature/seedpeer-engine-integration Resolved conflict searx/settings.yml
2016-09-22[mod] rename "default" theme to "legacy"Adam Tauber
2016-09-20[fix] results with digbit don't truncate anymoremarc
2016-09-10fix tests to reflect: Wolfram|Alpha (input) responsefirebovine
2016-09-10[fix] Result text in Wolfram|Alpha (#607)marc
2016-09-05Put html fixture in file to be pep8 line length compliantPydo
2016-09-05Added seedpeer unitestsPydo
2016-08-27remove self info answers from pages after first oneNoemi Vanyi
2016-08-13add digbt unittestNoemi Vanyi
2016-08-13[fix] google images paging - closes #571Adam Tauber
2016-08-05[fix] merge infoboxes based on weightmarc
also minor changes in attributes and images from wikidata
2016-08-05wikidata refactor and more attributes (see issue #560)marc
2016-07-26[fix] time range detectionAdam Tauber
2016-07-19[fix] deviantart engine xpathsNoemi Vanyi
2016-07-18Merge pull request #621 from stepshal/anomalous-backslash-in-stringAdam Tauber
Fix anomalous backslash in string
2016-07-16[fix] result count testsAdam Tauber
2016-07-15Merge pull request #615 from mmuman/scanrAdam Tauber
Add ScanR structures search engine
2016-07-12[fix] multilingual duckduckgoa01200356
only works if both country and language are set
2016-07-12Add ScanR structures search engineFrançois Revol
In theory ScanR should also search for projects but the API is different, so we'd need another engine.
2016-07-11Fix anomalous backslash in stringstepshal
2016-07-10Fix quantity of blank lines after code object.stepshal
2016-07-09Add INA search engineFrançois Revol
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2016-05-03[fix] currency_convert: make unit tests passMaxqia
also make regex more efficent and normalize 's'es
2016-04-17[enh] multilingual duckduckgo_definitionsa01200356
2016-04-17[enh] wikipedia infoboxa01200356
creates simple multilingual infobox using wikipedia's api
2016-04-16Update Reddit unit test -- check for img_srcKirill Isakov
2016-04-14Merge pull request #526 from ukwt/animeAdam Tauber
Add a few search engines
2016-04-13Revert to using random UA in Reddit search engineKirill Isakov
2016-04-12Merge pull request #531 from guyou/add-doku-engineAdam Tauber
Add doku engine
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.