One thing which is not clear to me in unit testing Pulumi infra is how to mimic an update of existing infra. How can I mimic in a unit test a certain state as starting point, create my infra and validate the proposed change set? Is it possible?
t
tall-librarian-49374
04/21/2020, 4:46 PM
There’s no engine in the mocked unit tests, so there’s nobody to calculate that difference
l
limited-rainbow-51650
04/21/2020, 5:27 PM
Too bad, as that was one of the themes I documented in a slide deck which you might have seen circling internally at Pulumi.