mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_autocomplete.py | ||
| test_misc.py | ||
| test_results.py | ||
| test_routes.py | ||