mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This splits the one big `run_test` block into add/edit/delete parts, for better clarity. This also removes the `with_field` calls and uses the override style instead, which is preferred because it makes sure the stubbed function is actually called.