pleroma/test
Ilja 20084329ea
Selecting MRF policies didn't work as intended any more
* Policies were put under a new module (Pleroma.Web.ActivityPub.MRF.Policy instead of Pleroma.Web.ActivityPub.MRF), but this wasn't changed in the Pleroma.Web.ActivityPub.MRF @mrf_config_descriptions
* I don't have a unit test to prevent similar problems in the future because I don't find a proper way to do it
    * The descriptions in the unit tests are defined in the unit tests, so if someone changes module names in the code, the tests wont see it
    * The list is generated in Pleroma.Docs.Generator.list_behaviour_implementations, but I can't do a check in the when clause of the function to see if the provided module is a behaviour or not.

Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3509
2021-08-28 18:27:58 +02:00
..
config Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
credo/check/consistency Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
fixtures Merge branch 'features/ingestion-page' into 'develop' 2021-07-12 05:05:49 +00:00
instance_static support for special chars in pack name 2020-09-24 09:12:37 +03:00
mix Upgrade Ecto to v3.6.2, remove deprecated ecto_explain 2021-06-23 13:22:32 -05:00
pleroma Selecting MRF policies didn't work as intended any more 2021-08-28 18:27:58 +02:00
support MRF: create MRF.Policy behaviour separate from MRF module 2021-06-07 14:22:08 -05:00
test_helper.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00