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
Remove the need to use custom $PATH which points to mocked subscription manager in order to run unit tests. The benefit is that the individual tests would be easier to run, e.g. from CLI or IDEs like vscode - e.g. to run single test from the suite.
Acceptance Criteria:
simple go test ./... is able to run all unit tests.
Goal:
Remove the need to use custom $PATH which points to mocked subscription manager in order to run unit tests. The benefit is that the individual tests would be easier to run, e.g. from CLI or IDEs like vscode - e.g. to run single test from the suite.
Acceptance Criteria:
go test ./...
is able to run all unit tests.Tech details:
The text was updated successfully, but these errors were encountered: