cliqz-oss / keyvi

Keyvi - a key value index that powers Cliqz search engine. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
https://cliqz.com
Apache License 2.0
179 stars 38 forks source link

keyvicli misses unit tests #230

Open hendrikmuhs opened 7 years ago

hendrikmuhs commented 7 years ago

keyvicli.py should have some basic unit tests, to prevent e.g. py3 problems, see #229