mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
I now let folks override the same target multiple times inside of `with_overrides` (and then indirectly inside of `run_test`.) I may re-impose this restriction in the future, since most violations are due to code smells, but there are a few legitimate use cases for this, and the code can handle it, plus I want to remove some other ugliness first.