whoogle-search/test
Ben Busby ba7409f230
Refactor app to use enum constants for endpoints
Simplifying routing a bit helps me to check which endpoint the user is
visiting. Also will make it a lot easier down the road to rewrite,
whenever I get around to renaming "autocomplete" to a more appropriate
name (like "suggestion" or something).
2021-11-16 18:46:37 -07:00
..
__init__.py Added testing and ci build, refactored filter class, refactored project structure 2020-04-15 17:41:53 -06:00
conftest.py Fix incorrect config bool env var casting 2021-04-12 16:40:59 -04:00
test_autocomplete.py Refactor app to use enum constants for endpoints 2021-11-16 18:46:37 -07:00
test_misc.py Refactor app to use enum constants for endpoints 2021-11-16 18:46:37 -07:00
test_results.py Refactor app to use enum constants for endpoints 2021-11-16 18:46:37 -07:00
test_routes.py Refactor app to use enum constants for endpoints 2021-11-16 18:46:37 -07:00