synapse/tests/events
Eric Eastwood 6e910e2b2c
Fix a couple type annotations in the RootConfig/Config (#18409)
Fix a couple type annotations in the `RootConfig`/`Config`. Discovered
while cribbing this code for another project.

It's really sucks that `mypy` type checking doesn't catch this. I assume
this is because we also have a `synapse/config/_base.pyi` that overrides
all of this. Still unclear to me why the `Iterable[str]` vs
`StrSequence` issue wasn't caught as that's what `ConfigError` expects.
2025-05-13 10:22:15 -05:00
..
__init__.py Add some unit tests of prune_events() 2015-10-16 19:56:46 +01:00
test_auto_accept_invites.py Fix a couple type annotations in the RootConfig/Config (#18409) 2025-05-13 10:22:15 -05:00
test_presence_router.py Removed request_key from the SyncConfig (moved outside as its own function parameter) (#17201) 2024-05-16 11:54:46 -05:00
test_snapshot.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
test_utils.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00