summaryrefslogtreecommitdiff
path: root/searx/tests
AgeCommit message (Collapse)Author
2016-01-10Merge branch 'master' of https://github.com/asciimoo/searxa01200356
Conflicts: searx/tests/test_engines.py
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber
2016-01-10[fix] google markup change - closes #489Adam Tauber
2016-01-05append link to result in wolframalpha_api (and the tests to validate that)a01200356
2016-01-03[fix] test in wolframalpha_noapia01200356
2016-01-03add tests for unicode strings in wolframalphaa01200356
2016-01-02[fix] flake8 compliance in testa01200356
2016-01-02Add test case in wolframalpha_noapia01200356
[fix] Display multiple answers in wolframalpha_api
2016-01-02[fix] pass wolframalpha_noapi testsa01200356
2016-01-02update tests for wolframalphaa01200356
2015-12-30Add tests for the Wolfram Alpha engines (both API and NO API versions)a01200356
2015-12-23[enh] improve gigablast engineThomas Pointhuber
add language and safesearch support
2015-12-22[fix] prevent google engine to redirectAdam Tauber
nid/pref cookies are also removed
2015-12-17Merge pull request #466 from GreenLunar/masterAdam Tauber
Update OpenSearch Description
2015-12-17Update descriptionGreenLunar
2015-12-15[fix] quickfix for sometimes missing PREF cookieAdam Tauber
2015-12-09[fix] replace the dead google images ajax api with a working oneAdam Tauber
2015-11-14Merge remote-tracking branch 'origin/master'Kang-min Liu
2015-11-14fix test faliures of btdigg engine.Kang-min Liu
This fix the test failures related to 01d2fb9f703fee2a28cdb4c6583158054f9d7558
2015-10-24[enh] fix content fetching, parse published date from descriptionThomas Pointhuber
2015-10-23[fix] tests fix after result refactorAdam Tauber
2015-10-16Merge remote-tracking branch 'remotes/origin/result-handling-refactor'Adam Tauber
2015-10-16[fix] bing news test mockAdam Tauber
2015-10-03[enh][mod] result handling refactorAdam Tauber
Several changes has been made: - Parallel result merge - Scoring algorithm slightly changed (see result_score()) - Proper Thread locking on global data manipulation
2015-09-08[fix] remove obsolete youtube engineAdam Tauber
2015-09-07[fix] duckduckgo unicode url - #419Adam Tauber
2015-09-07[enh] test utils.prettify_urlAdam Tauber
2015-08-28[fix] bing unicode encode error - fixes #408Adam Tauber
2015-08-25[fix] piratebay tld according to wikipediaAdam Tauber
2015-06-30Merge pull request #333 from dalf/piratebayAdam Tauber
[fix] Piratebay engine
2015-06-16[enh] add search testsAdam Tauber
2015-06-15Merge pull request #371 from framasoft/add-useragent-pluginAdam Tauber
Add a self user agent plugin
2015-06-15Change self plugin to self_info + change self_info descriptionLuc Didry
2015-06-15Merge self_ip and self_useragent into one pluginLuc Didry
2015-06-14Add a self user agent pluginLuc Didry
Just like with the "ip" query, duckduckgo gives the server's information with the "user agent" query. This corrects this behavior by adding a plugin based on self_ip.py plugin.
2015-06-12Add a bit of testing to improve coverageCqoicebordel
2015-06-12Fix Vimeo engine.Cqoicebordel
Solve #368
2015-06-06bing_images & www1x engines use https connectionsDalf
2015-06-04[fix] bing_news based on RSS output formatDalf
2015-06-02Merge pull request #346 from Cqoicebordel/youtubeAdam Tauber
Adds engines : Youtube with or without API and multiple Qwant
2015-06-02Removed the keywords from the settings in qwant engineCqoicebordel
2015-06-02RefactorCqoicebordel
Use only one engine for the four search from Qwant
2015-06-01Merge pull request #344 from asciimoo/google_engineAdam Tauber
google engine
2015-06-01[enh] implement image support for swisscows engineThomas Pointhuber
2015-06-01[enh] implement swisscows engine, FIX #347Thomas Pointhuber
TODO: implement image engine
2015-06-01New Qwant enginesCqoicebordel
- Web - Images - News - Social media
2015-05-31Adds two engines : Youtube with or without APICqoicebordel
The API needs an API_KEY The NOAPI doesn't have the published dates.
2015-05-30[enh] google engine : avoid some "sorry google" by adding another cookie : ↵Alexandre Flament
NID. This cookie is specific by hostname. This allow to send request to google.* (according to the search language). Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.* The PREF is still use on the www.google.com domain.
2015-05-27Merge pull request #335 from dalf/flickrAdam Tauber
[fix] flickr engine
2015-05-27[fix] flickr engineAlexandre Flament