aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/media_proxy
AgeCommit message (Collapse)Author
2022-09-03script_test: Fix %ErlangError for Elixir 1.14Haelwenn (lanodan) Monnier
2022-08-10Fix the mocks to use uppercase as wellMark Felder
2022-02-25Copyright bump for 2022Sean King
2021-10-06CI: Bump lint stage to elixir-1.12Haelwenn (lanodan) Monnier
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
2021-01-26Convert tests to all use clear_config instead of Pleroma.Config.putMark Felder
2021-01-21Test URL formattingMark Felder
2021-01-21Improve descriptionMark Felder
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-18Tests: Use NullCache for async tests.lain
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test.
2020-12-18Tests: Remove unneeded explicit cachex use.lain
Only use cachex when we're actually testing it.
2020-10-13tests consistencyAlexander Strizhakov