Are Integration tests available only in GO? or are...
# general
v
Are Integration tests available only in GO? or are they available with .NET and Python as well? https://www.pulumi.com/docs/guides/testing/integration/
o
The programtest framework works using our CLI, so all 6 languages are supported & we use this for our own testing.
v
Nice, are there any example of that, or more documentation on this?
o
Oh - I think I misunderstood, my apologies. Programtest is a Go library/framework, it can test Pulumi programs written in any of our languages, but we've only implemented it in Go.
v
no worries, gotcha, that was the answer I was looking for thank you! Also was there more documentation on that, I wasn’t sure if that was a provider type of doc or else where?
o
I'm not sure, though we use that framework in our own integration tests quite extensively.