Have people have much success with writing tests f...
# golang
f
Have people have much success with writing tests for their pulumi resources in Go? I’ve barely gotten started and I’m getting an obscure error
waiting for RPCs: marshaling properties: awaiting input property "siteConfig": failed to convert resource.PropertyMap to object
, and I’m wondering this is even a good idea.
p
@few-cricket-13571 hey, a quick question, I'm really new to pulumi, tbh spending all weekend to read docs, I was going to directly ask from channel but since you talked about writing tests, maybe it can be better to ask you, https://www.pulumi.com/docs/using-pulumi/testing/ I'm planning to use golang but I saw here only
node.js
and
python
supported for property test, do you know is it possible to combine property tests in different lang. let's say node.js and my infra stack and all other features like unit testing etc. in golang ?
f
@plain-vegetable-53232 I haven’t tried, but I’d be curious to know the answer