pleroma/test/pleroma
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
..
activity Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
bbs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
chat tests consistency 2020-10-13 16:35:09 +03:00
config Moving some background jobs into simple tasks 2020-11-11 13:39:49 +03:00
conversation Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
docs tests consistency 2020-10-13 16:35:09 +03:00
ecto_type/activity_pub/object_validators Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
emails Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
emoji Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
gun changes after rebase 2020-10-13 16:44:02 +03:00
http update files consistency after rebase 2020-10-13 16:44:00 +03:00
instances instance: Do not fetch unreachable instances 2020-12-07 20:11:47 +01:00
integration Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
mfa Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
migration_helper Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
object Fix object spoofing vulnerability in attachments 2020-11-12 15:25:33 +03:00
repo/migrations Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
upload Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
uploaders Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
user Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
web Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
workers Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
activity_test.exs Merge branch 'issue/2256' into 'develop' 2020-12-04 17:49:05 +00:00
application_requirements_test.exs ApplicationRequirements: Add test, more text for pool size. 2020-12-08 17:30:10 +01:00
bookmark_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
captcha_test.exs Tests: Remove unneeded explicit cachex use. 2020-12-18 13:18:17 +01:00
chat_test.exs tests consistency 2020-10-13 16:35:09 +03:00
config_db_test.exs tests consistency 2020-10-13 16:35:09 +03:00
config_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
conversation_test.exs tests consistency 2020-10-13 16:35:09 +03:00
earmark_renderer_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
emoji_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
filter_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
following_relationship_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
formatter_test.exs We no longer expect mentions to link if they are prefixed with too many @'s 2020-12-02 10:27:55 -06:00
frontend_test.exs Add support for install via `file` and `build_url` params 2020-10-29 16:37:50 +04:00
healthcheck_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
html_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
http_test.exs tests consistency 2020-10-13 16:35:09 +03:00
instances_test.exs instance.reachable?: Limit to binary input 2020-12-07 21:20:44 +01:00
job_queue_monitor_test.exs tests consistency 2020-10-13 16:35:09 +03:00
keys_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
list_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
marker_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
mfa_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
moderation_log_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
notification_test.exs Stream follow updates 2020-12-02 00:18:58 +04:00
object_test.exs Fix object spoofing vulnerability in attachments 2020-11-12 15:25:33 +03:00
otp_version_test.exs tests consistency 2020-10-13 16:35:09 +03:00
pagination_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
registration_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
repo_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
report_note_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
reverse_proxy_test.exs Tests: Use NullCache for async tests. 2020-12-18 19:53:19 +01:00
runtime_test.exs tests consistency 2020-10-13 16:35:09 +03:00
safe_jsonb_set_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
scheduled_activity_test.exs tests consistency 2020-10-13 16:35:09 +03:00
signature_test.exs tests consistency 2020-10-13 16:35:09 +03:00
stats_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
upload_test.exs JPEG content_type must be image/jpeg 2020-10-13 10:37:24 -05:00
user_invite_token_test.exs tests consistency 2020-10-13 16:35:09 +03:00
user_relationship_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
user_search_test.exs Stream follow updates 2020-12-02 00:18:58 +04:00
user_test.exs Merge branch 'auth-improvements' into 'develop' 2020-12-09 15:55:45 +00:00
utils_test.exs changes after rebase 2020-10-13 17:10:34 +03:00
xml_builder_test.exs tests consistency 2020-10-13 16:35:09 +03:00