pleroma/test
Ilja 4cb0dbb5dc Mark relevant tests synchronous
One of the things we do during the tests is change the config. But that's global state and different tests were interfering.
E.g. one test would set `clear_config([:instance, :admin_privileges], [:statuses_read])`, but while that runs, another test may
do `clear_config([:instance, :admin_privileges], [:user_invite])`. Now the code for the first test checks the setting, and it
finds `:user_invite` instead of `:statuses_read`.

Now the modules where this happens are marked to run synchronously, so they don't interfere with each other.
2022-06-21 12:10:27 +02:00
..
config Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
credo/check/consistency Copyright bump for 2022 2022-02-25 23:11:42 -07:00
fixtures Copyright bump for 2022 2022-02-25 23:11:42 -07:00
instance_static support for special chars in pack name 2020-09-24 09:12:37 +03:00
mix Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop' 2022-03-20 18:14:37 +00:00
pleroma Mark relevant tests synchronous 2022-06-21 12:10:27 +02:00
support Copyright bump for 2022 2022-02-25 23:11:42 -07:00
test_helper.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00