whoogle-search/test
Ben Busby 74e9317053
Override __str__ for endpoint f-strings
By default, f-strings use __str__ not __repr__, unless supplied with a
"!r" at the end of the str. Rather than going through and making the
strings work for the overridden __repr__ for endpoints, it's easier just
to convert the method over to __str__.

Also cleaned up some broken routes and formatting.
2021-11-16 20:05:42 -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 Override __str__ for endpoint f-strings 2021-11-16 20:05:42 -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