synapse/tests/handlers
Devon Hudson bc42899008
Allow subpaths in MAS endpoints (#19186)
Fixes #19184

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [X] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct (run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
2025-11-18 18:45:33 +00:00
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
oidc_test_key.p8 JWT OIDC secrets for Sign in with Apple (#9549) 2021-03-09 15:03:37 +00:00
oidc_test_key.pub.pem JWT OIDC secrets for Sign in with Apple (#9549) 2021-03-09 15:03:37 +00:00
test_admin.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00
test_appservice.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_auth.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_cas.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_deactivate_account.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00
test_device.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_directory.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_e2e_keys.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_e2e_room_keys.py Remove MockClock() (#18992) 2025-09-30 11:27:29 -05:00
test_federation_event.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_federation.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_message.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_oauth_delegation.py Allow subpaths in MAS endpoints (#19186) 2025-11-18 18:45:33 +00:00
test_oidc.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_password_providers.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_presence.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_profile.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_receipts.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_register.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_room_list.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_room_member.py Speed up pruning of ratelimiter (#19129) 2025-11-04 12:44:57 +00:00
test_room_policy.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_room_summary.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_room.py Add missing type hints to tests.handlers. (#14680) 2022-12-16 11:53:01 +00:00
test_saml.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_send_email.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_sliding_sync.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_sso.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_stats.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_sync.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
test_typing.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_user_directory.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_worker_lock.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00