You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whoogle-search/test
Ben Busby 119437a07c
Fix test for blocking site from results
Previously the logic for testing site blocking was essentially "assert
blocked_site not part of result_site". This caused test failures, since
site blocking does not extend to subdomains for the blocked site. The
reversed logic makes more sense with what the test was trying to
accomplish.
2 years ago
..
__init__.py Added testing and ci build, refactored filter class, refactored project structure 4 years ago
conftest.py Use farside.link for frontend alternatives in results (#560) 2 years ago
test_autocomplete.py Improve public instance session management (#480) 3 years ago
test_misc.py Improve public instance session management (#480) 3 years ago
test_results.py Fix test for blocking site from results 2 years ago
test_routes.py Improve public instance session management (#480) 3 years ago