Hi all, has anyone implemented unit tests against ...
# dotnet
b
Hi all, has anyone implemented unit tests against a stack with required config values? How are you setting/mocking config values for the tests?
w
I don't believe there is mocking support for config currently. See https://github.com/pulumi/pulumi/issues/4472 which is tracking this (and feel free to add details of your use case and/or upvote).
👍 2