https://pulumi.com logo
Title
v

victorious-ghost-35676

05/21/2022, 7:12 PM
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

orange-policeman-59119

05/21/2022, 7:34 PM
The programtest framework works using our CLI, so all 6 languages are supported & we use this for our own testing.
v

victorious-ghost-35676

05/21/2022, 8:42 PM
Nice, are there any example of that, or more documentation on this?
o

orange-policeman-59119

05/21/2022, 9:05 PM
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

victorious-ghost-35676

05/22/2022, 3:41 AM
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

orange-policeman-59119

05/22/2022, 7:51 PM
I'm not sure, though we use that framework in our own integration tests quite extensively.