summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_bing_images.py
AgeCommit message (Collapse)Author
2019-12-21[mod] remove useless engine unit testsAdam Tauber
These tests are not able to detect engine errors if the upstream site changes.
2019-07-27[enh] bing_images: use data from embedded JSON to improve results (e.g. real ↵Frank de Lange
page title) (#1568) use data from embedded JSON to improve results (e.g. real page title), add image format and source info (see PR #1567), improve paging logic (it now works)
2019-01-06[fix] check language aliases when setting search languageMarc Abonce Seguin
2018-12-19Update bing image engine with new image json formatLéo Bourrel
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine.
2017-10-10test fetch langauges function on bing imagesmarc
2017-10-10[fix] language support for bing images and videosmarc
2017-05-17[fix] bing imagesmarc
2016-11-01add time range support for bing imagesNoémi Ványi
2016-03-26[fix] bing images page changeAdam Tauber
2016-02-01[fix] pep8Adam Tauber
2016-02-01[fix] bing images changesAdam Tauber
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber