whoogle-search/test
Ben Busby 10a15e06e1
Fix incorrect request type for image searches
Previously had hardcoded POST requests for all requests that didn't use
the header template (which currently is only the image tab).

Also refactored how the Filter class works. It now requires a valid
Config model to be provided, which is then set up as a class var that
the filtering functions can use as needed, rather than setting specific
values from the config as individual values (which was confusing and
sloppy).

Fixes #561
2021-12-06 21:39:50 -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 Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00
test_misc.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00
test_results.py Fix incorrect request type for image searches 2021-12-06 21:39:50 -07:00
test_routes.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00