akkoma/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
backup_controller_test.exs
chat_controller_test.exs
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
emoji_pack_controller_test.exs
emoji_reaction_controller_test.exs
instances_controller_test.exs
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