aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/activity/search_test.exs
AgeCommit message (Collapse)Author
2022-05-06Make local-only statuses searchableTusooa Zhu
Ref: fix-local-public
2022-02-25Copyright bump for 2022Sean King
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-12-21Tests: Make as many tests as possible async.lain
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer.
2020-12-01Search tests: Use on_exit for restoring `persistent_term` staterinpatch
Otherwise if the assertion failed, the code below which resets the state would never be reached
2020-11-23Search: Save detected pg version in a persistent term.lain
2020-11-20Search: Change search method based on detected pg versionlain
2020-11-19Search Test: lintinglain
2020-11-19Search: Add option to search with the websearch functionlain