I was wondering if people have any good guidance o...
# general
c
I was wondering if people have any good guidance on testing pulumi scripts during build? Or do you just run
pulumi preview
and have a human review the changes?
f
you should be able to use regular python/javascript testing frameworks afaik
as far as guidance and/or pulumi specific frameworks, i haven't seen much but am also interested
c
I'll rephrase, I can use mocha or pyunit, sure, but what do people test is really what I'm asking.
f
i'm with you on that - i haven't used pulumi to the extent that tests needed to be written but it would be great to see some examples before it gets to that point
c
Nobody writing tests for infra?