mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This is a prep commit for tightening the types for our wrapped test client. The callers of the test client methods are refactored to either call them without unpacking at all or create a TypedDict for the keyword arguments to be unpacked. This allows the type checker to know exactly what keys are present and their corresponding type. Signed-off-by: Zixuan James Li <p359101898@gmail.com>