whoogle-search/test
Ben Busby 6e7ec9918a
Move language/country settings to app config
Moves the language and country dicts from the config model to json files
that are loaded during app init and stored in the app config dict. This
substantially improves the readability of the config model and allows
for much more sensible loading of the language/country options.
2020-12-17 16:42:05 -05:00
..
__init__.py Added testing and ci build, refactored filter class, refactored project structure 2020-04-15 17:41:53 -06:00
conftest.py Move language/country settings to app config 2020-12-17 16:42:05 -05:00
test_autocomplete.py Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
test_misc.py Privacy respecting alternatives in results view (#106) 2020-07-26 11:53:59 -06:00
test_results.py PEP-8: Fix formatting issues, add CI workflow (#161) 2020-12-17 16:06:47 -05:00
test_routes.py Allow setting site alts using environment vars (#155) 2020-12-05 17:01:21 -05:00