summaryrefslogtreecommitdiff
path: root/searx/tests/test_engines.py
AgeCommit message (Collapse)Author
2015-06-02Merge pull request #346 from Cqoicebordel/youtubeAdam Tauber
Adds engines : Youtube with or without API and multiple Qwant
2015-06-02RefactorCqoicebordel
Use only one engine for the four search from Qwant
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-02-20Add Spotify engineCqoicebordel
2015-02-12Merge pull request #210 from Cqoicebordel/unit-testsAdam Tauber
unit tests
2015-02-11Google's unit testCqoicebordel
2015-02-10Photon's unit testCqoicebordel
As in Flickr, a continue is not detected by coverage as covered but it is.
2015-02-09DDG Definitions' unit testsCqoicebordel
2015-02-09Yacy's unit testCqoicebordel
2015-02-08[enh] add blekko_images engineThomas Pointhuber
2015-02-08[enh] add gigablast engineThomas Pointhuber
2015-02-07Faroo's unit testCqoicebordel
2015-02-07Openstreetmap's unit testCqoicebordel
2015-02-06Startpage's unit testCqoicebordel
2015-02-06Subtitleseeker's unit testCqoicebordel
2015-02-04Yahoo's unit testCqoicebordel
2015-02-04Yahoo News' unit testCqoicebordel
2015-02-04Twitter's unit testCqoicebordel
There is a commented line of a test that I didn't succed to make it work. It's an issue of unicode, utf-8, ascii, latin1... I think I tried everything, but if you have an idea... I'm still a newbie in python...
2015-02-03Mediawiki's unit testCqoicebordel
2015-02-02Currency converter's unit test + DDG correctionCqoicebordel
Does anyone know how to trigger the except in the currency converter while still being matched by the regex ?
2015-02-02Duckduckgo unit testCqoicebordel
2015-02-02Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into ↵Adam Tauber
Cqoicebordel-unit-tests Conflicts: searx/tests/test_engines.py
2015-02-01PirateBay unit test + reactivation in SettingsCqoicebordel
2015-02-01Flickr Noapi unit testCqoicebordel
2015-02-01[enh] add test for 1x.comThomas Pointhuber
2015-02-01500px unit testCqoicebordel
2015-01-31Vimeo's unit testCqoicebordel
2015-01-31Stackoverflow's unit testCqoicebordel
2015-01-31Soundcloud's unit testCqoicebordel
2015-01-31Google news' unit testCqoicebordel
2015-01-31Google images' unit testCqoicebordel
2015-01-30Kickass' unit testCqoicebordel
2015-01-30BTDigg's unit testCqoicebordel
2015-01-29Bing news' unit testCqoicebordel
I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea...
2015-01-29Bing images' unit testCqoicebordel
2015-01-29Deviant Art's unit testCqoicebordel
2015-01-29Digg's unit testCqoicebordel
2015-01-27Dailymotion's unit testCqoicebordel
2015-01-27Searchcode doc's test unitCqoicebordel
2015-01-27Searchcode code's test unitCqoicebordel
2015-01-26Youtube's unit testCqoicebordel
2015-01-26Flickr's test unitCqoicebordel
2015-01-25Mixcloud's unit testCqoicebordel
2015-01-25Deezer's unit testCqoicebordel
2015-01-25Add bing in the test unitsCqoicebordel
2014-07-14Add tests for searx.engines.(dummy|github)Gabor Nagy