mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
The with_overrides() function no longer works at the module level, so you can temporarily override one function in a module without breaking more permanent monkey patches. This makes us slightly more vulnerable to unintentional test leakages, but it solves the problem where you often need lots of temporary overrides for writer functions but you want to keep a more permanent override for some sort of reader function.