pleroma/test/pleroma/web/activity_pub/transmogrifier
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
..
accept_handling_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
announce_handling_test.exs Use Jason instead of Poison in tests 2020-11-23 13:28:55 -06:00
answer_handling_test.exs Use Jason instead of Poison in tests 2020-11-23 13:28:55 -06:00
article_handling_test.exs Fix object spoofing vulnerability in attachments 2020-11-12 15:25:33 +03:00
audio_handling_test.exs Use Jason instead of Poison in tests 2020-11-23 13:28:55 -06:00
block_handling_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
chat_message_test.exs Use Jason instead of Poison in tests 2020-11-23 13:28:55 -06:00
delete_handling_test.exs Tests: Remove unneeded explicit cachex use. 2020-12-18 13:18:17 +01:00
emoji_react_handling_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
event_handling_test.exs Fix object spoofing vulnerability in attachments 2020-11-12 15:25:33 +03:00
follow_handling_test.exs Use Jason instead of Poison in tests 2020-11-23 13:28:55 -06:00
like_handling_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
note_handling_test.exs NoteHandlingTest: Poison → Jason 2020-11-06 14:04:03 +01:00
question_handling_test.exs Use Jason instead of Poison in tests 2020-11-23 13:28:55 -06:00
reject_handling_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
undo_handling_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
user_update_handling_test.exs Tests: Make as many tests as possible async. 2020-12-21 12:21:40 +01:00
video_handling_test.exs Fix tests for other attachment types 2020-11-11 16:17:35 -06:00