We originally craft the mocks ad-hoc, which leads to a lot of duplicated code. This commit unifies them by using a helper. Non-signal mocks are changed to use the helper, and signal mocks are changed to use the SignalSpy.
Type: skip
 Differential  D65  
Use mock helper and signal spy for mocks Authored by tusooa on Jun 22 2024, 10:32 AM. 
Details 
 We originally craft the mocks ad-hoc, which leads to a lot of duplicated code. This commit unifies them by using a helper. Non-signal mocks are changed to use the helper, and signal mocks are changed to use the SignalSpy. Type: skip Verify that all unit tests pass. 
Diff Detail 
  |