このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/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.
2021-12-19 11:22:47 -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 Use farside.link for frontend alternatives in results (#560) 2021-12-08 17:27:33 -07: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 test for blocking site from results 2021-12-19 11:22:47 -07:00
test_routes.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00