summaryrefslogtreecommitdiff
path: root/searx/tests/engines/test_currency_convert.py
AgeCommit message (Collapse)Author
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber
2015-05-12[enh] currency_convert engine: user can write "1 dollars in euros" instead ↵Alexandre Flament
of "1 USD in EUR". The currency names are fetched wikidata and store into a static file : searx/data/currencies.json This file is loaded when the currency_converter is loaded. A database is perhaps more appropiated.
2015-04-26[fix] testsAlexandre Flament
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 ?