You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use withControllerTest helper for ControllerRegistry.test.ts
Introduce `withControllerTest` helper that creates fresh `TestVsCode`
and `TestPythonExtension` instances per test. This replaces the previous
pattern of manually creating mocks and layers in each test.
0 commit comments