mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
We generally want to avoid having two sibling test suites depend on each other, unless there's a real compelling reason to share code. (And if there is code to share, we can usually promote it to either test_helpers or ZulipTestCase, as I did here.) This commit is also prep for the next commit, where I try to simplify all of the helpers in EmojiReactionBase. Especially now that we have f-strings, it is usually better to just call api_post explicitly than to obscure the mechanism with thin wrappers around api_post. Our url schemes are pretty stable, so it's unlikely that the helpers are actually gonna prevent future busywork.
22 KiB
22 KiB