pleroma/test/pleroma/web/pleroma_api/controllers
lain 9ba60f70d2 Tests: Make as many tests as possible async.
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-21 12:21:40 +01:00
..
account_controller_test.exs tests consistency 2020-10-13 16:35:09 +03:00
backup_controller_test.exs Rename `Pleroma.Backup` to `Pleroma.User.Backup` 2020-10-20 17:16:58 +04:00
chat_controller_test.exs [#3112] Ensured presence and consistency of :user and :token assigns (EnsureUserTokenAssignsPlug). Refactored auth info dropping functions. 2020-12-06 13:59:10 +03:00
conversation_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
emoji_file_controller_test.exs added test 2020-11-16 22:23:28 +03:00
emoji_pack_controller_test.exs fix tests 2020-11-18 09:58:51 +03:00
emoji_reaction_controller_test.exs Hide reactions from muted and blocked users 2020-11-16 22:50:14 +04:00
instances_controller_test.exs federation_status: Add ApiSpec 2020-10-16 01:14:15 +02:00
mascot_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
notification_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
scrobble_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
two_factor_authentication_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
user_import_controller_test.exs Stream follow updates 2020-12-02 00:18:58 +04:00