mirror of https://github.com/zulip/zulip.git
ef3033c79e
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. |
||
---|---|---|
.. | ||
finder.js | ||
index.js | ||
namespace.js | ||
output.js | ||
render.js | ||
stub.js |