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
test: update Switch installation tests for refactored interface
Update test_installation.py to match the refactored SwitchDeployment.install()
interface that now takes only resources parameter (path resolution is internal).
Changes:
- Remove switch_repository fixture parameter from test methods
- Delete unused _StubTranspilerRepository stub class
- Remove unused imports (Path, TranspilerRepository)
- Update assertions to check only resources argument
The tests verify that:
1. Switch installation uses configured resources correctly
2. Missing resources logs appropriate error message
0 commit comments