We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resource option replaceOnChanges functionality does not seem to be covered by tests, it would be great to add.
replaceOnChanges
We unfortunately do not seem to have good prior art of testing it in pulumi/pulumi.
I found this: sdk/nodejs/tests/runtime/langhost/cases/066.replace_on_changes/index.js
Technically what we're testing here is that:
So perhaps we can get a way with a mocks-based test that only exercises the SDK, though a full integration test is also an option here.
The text was updated successfully, but these errors were encountered:
Add replaceOnChanges unit test
da3f7b4
Fixes #82
e9ce6b3
3cfd850
b1012bd
pawelprazak
Successfully merging a pull request may close this issue.
Hello!
Issue details
Resource option
replaceOnChanges
functionality does not seem to be covered by tests, it would be great to add.We unfortunately do not seem to have good prior art of testing it in pulumi/pulumi.
I found this: sdk/nodejs/tests/runtime/langhost/cases/066.replace_on_changes/index.js
Technically what we're testing here is that:
So perhaps we can get a way with a mocks-based test that only exercises the SDK, though a full integration test is also an option here.
Affected area/feature
The text was updated successfully, but these errors were encountered: