zulip/zerver/views/development
Zixuan James Li 4e518a3852 tests: Call client methods with explicit keyword arguments.
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>
2022-06-28 16:12:00 -07:00
..
__init__.py
cache.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
camo.py thumbnail: Remove unused is_camo_url parameter. 2021-08-19 01:51:37 -07:00
dev_login.py typing: Add assertions for authentication. 2022-05-31 09:43:55 -07:00
email_log.py tests: Call client methods with explicit keyword arguments. 2022-06-28 16:12:00 -07:00
integrations.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
registration.py development: Redirect rather than mutate in register_development_user. 2022-05-13 20:42:20 -07:00