integration testing your Pulumi code - anybody hav...
# general
o
integration testing your Pulumi code - anybody have a good system / language / pattern working for them?
w
Currently, we internally use a Go-based integration testing framework - you can see an example of how we use this to test our
examples
repo nightly at https://github.com/pulumi/examples/blob/master/misc/test/examples_test.go. This is something that anyone can use for their own projects if desired - though it is not the ideal solution here. We have a big investment planned in the near future on enabling integration testing for Pulumi projects within the source language (JS/TS/Python) using native test framework. See https://github.com/pulumi/pulumi/issues/2287