pleroma/test/pleroma/web/admin_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
..
admin_api_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
chat_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
config_controller_test.exs Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements 2020-12-07 21:45:04 +03:00
frontend_controller_test.exs FrontendController: Return error on installation error. 2020-11-17 16:43:07 +01:00
instance_document_controller_test.exs Remove unused aliases 2020-10-30 18:42:43 +04:00
invite_controller_test.exs tests consistency 2020-10-13 16:35:09 +03:00
media_proxy_cache_controller_test.exs Tests: Remove unneeded explicit cachex use. 2020-12-18 13:18:17 +01:00
o_auth_app_controller_test.exs Remove unused aliases 2020-10-30 18:42:43 +04:00
relay_controller_test.exs [#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests. 2020-12-06 18:02:30 +03:00
report_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
status_controller_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
user_controller_test.exs Remove unused aliases 2020-10-30 18:42:43 +04:00