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

Set module sandbox mode to avoid calls to certain commands #26

Closed
rulasg opened this issue Jan 6, 2024 · 0 comments · Fixed by #27
Closed

Set module sandbox mode to avoid calls to certain commands #26

rulasg opened this issue Jan 6, 2024 · 0 comments · Fixed by #27
Assignees

Comments

@rulasg
Copy link
Owner

rulasg commented Jan 6, 2024

Allow setting module to sandbox to confirm that the final commands are not called and mock calls are called.

This is useful and needed as a double check that the test are not missing a mock and calls are returning the mock content and not the command call.

We could use the #25 to allow tags that are allowed to be called when running on sandbox mode.

@rulasg rulasg changed the title Set module offline to avoid calls to commands Set module sandbox mode to avoid calls to certain commands Jan 6, 2024
@rulasg rulasg self-assigned this Jan 8, 2024
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

Successfully merging a pull request may close this issue.

1 participant