Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscription_test.go to not require change of $PATH to use mocked subscription-manager. #40

Open
pvoborni opened this issue Jan 12, 2024 · 0 comments

Comments

@pvoborni
Copy link
Member

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:

  • simple go test ./... is able to run all unit tests.

Tech details:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant