complement/tests/csapi
reivilibre 9e9f6d36b1
Skip tests requiring unauthenticated media on Synapse (#747)
These will be expected to fail when Synapse enforces
authenticated media by default in
https://github.com/element-hq/synapse/pull/17889
2024-11-20 14:48:04 +00:00
..
account_change_password_pushers_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
account_change_password_test.go fix: Use latest data structure for acccount testing (#735) 2024-09-26 11:34:55 +01:00
account_data_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
account_deactivate_test.go fix: Use latest data structure for acccount testing (#735) 2024-09-26 11:34:55 +01:00
admin_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_content_test.go Skip tests requiring unauthenticated media on Synapse (#747) 2024-11-20 14:48:04 +00:00
apidoc_device_management_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_login_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_logout_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_presence_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_profile_avatar_url_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_profile_displayname_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_register_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_request_encoding_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_room_alias_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_room_create_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_room_forget_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_room_history_visibility_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_room_members_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_room_receipts_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_room_state_test.go Make dirty runs dirtier (#683) 2023-10-20 10:07:14 +01:00
apidoc_search_test.go Refactor the match.CheckOff API to use functional options (#711) 2024-02-16 17:26:35 +00:00
apidoc_server_capabilities_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
apidoc_version_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
device_lists_test.go Remove libolm dependency (#738) 2024-09-25 12:27:04 +01:00
e2e_key_backup_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
ignored_users_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
invalid_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
keychanges_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
main_test.go Standardise entry points for Complement tests (#669) 2023-10-12 16:41:13 +01:00
media_async_uploads_test.go TestAsyncUpload: download with authentication (#746) 2024-11-20 14:06:46 +00:00
media_misc_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
membership_on_events_test.go Stable support for MSC4115-style membership properties (#725) 2024-06-14 10:31:36 +01:00
power_levels_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
push_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
room_ban_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
room_kick_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
room_leave_test.go Refactor the match.CheckOff API to use functional options (#711) 2024-02-16 17:26:35 +00:00
room_members_test.go Refactor the match.CheckOff API to use functional options (#711) 2024-02-16 17:26:35 +00:00
room_messages_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
room_profile_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
room_relations_test.go Refactor the match.CheckOff API to use functional options (#711) 2024-02-16 17:26:35 +00:00
room_threads_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
room_typing_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
rooms_invite_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
rooms_members_local_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
rooms_state_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
sync_archive_test.go Add a regression test for a /sync bug (#712) 2024-04-18 17:37:31 +01:00
sync_filter_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
sync_test.go Initial test for the "device lists" part of the /sync response (#714) 2024-03-21 17:48:57 +00:00
thread_notifications_test.go Add tests for MSC4102 (#709) 2024-02-20 15:06:12 +00:00
to_device_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
txnid_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
upload_keys_test.go Add idempotency checks for OTK uploads (#701) 2024-01-09 14:50:22 +00:00
url_preview_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00
user_directory_display_names_test.go Add COMPLEMENT_ENABLE_DIRTY_RUNS to vastly speed up test runs (#677) 2023-10-18 14:23:40 +01:00
user_query_keys_test.go Remove Deployment.Client and change Deploy (#676) 2023-10-17 18:07:43 +01:00