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 | ||