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 df0b7afa50 Switch to single Fernet key per session
This moves away from the previous (messy) approach of using two separate
keys for decrypting text and element URLs separately and regenerating
them for new searches. The current implementation of sessions is not very
reliable, which lead to keys being regenerated too soon, which would
break page navigation. Until that can be addressed, the single
key per session approach should work a lot better.

Fixes #250

Fixes #90
3 years ago
..
__init__.py Added testing and ci build, refactored filter class, refactored project structure 4 years ago
conftest.py Switch to single Fernet key per session 3 years ago
test_autocomplete.py Feature: autocomplete/search suggestions (#72) 4 years ago
test_misc.py Switch to single Fernet key per session 3 years ago
test_results.py Switch to single Fernet key per session 3 years ago
test_routes.py Switch to single Fernet key per session 3 years ago