pleroma/test/pleroma/web/mastodon_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: Remove unneeded explicit cachex use. 2020-12-18 13:18:17 +01:00
app_controller_test.exs tests consistency 2020-10-13 16:35:09 +03:00
auth_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
conversation_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
custom_emoji_controller_test.exs tests consistency 2020-10-13 16:35:09 +03:00
domain_block_controller_test.exs tests consistency 2020-10-13 16:35:09 +03:00
filter_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
follow_request_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
instance_controller_test.exs Use absolute URLs to thumbnail and background in /api/v1/instance 2020-11-16 21:29:15 +00:00
list_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
marker_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
media_controller_test.exs JPEG content_type must be image/jpeg 2020-10-13 10:37:24 -05:00
notification_controller_test.exs Make notifs view work for reports 2020-11-13 13:35:46 +00:00
poll_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
report_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
scheduled_activity_controller_test.exs tests consistency 2020-10-13 16:35:09 +03:00
search_controller_test.exs Search tests: Use on_exit for restoring `persistent_term` state 2020-12-01 19:45:25 +03:00
status_controller_test.exs Tests: Remove unneeded explicit cachex use. 2020-12-18 13:18:17 +01:00
subscription_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
suggestion_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
timeline_controller_test.exs Stream follow updates 2020-12-02 00:18:58 +04:00