summaryrefslogtreecommitdiff
path: root/tests/unit/engines/test_duckduckgo_definitions.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.
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.
2016-12-13Add language support for more engines.marc
2016-04-17[enh] multilingual duckduckgo_definitionsa01200356
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber