Hi all. I would like to run test (unit test) or fu...
# python
v
Hi all. I would like to run test (unit test) or functional ones. I don’t find a lot of articles on that. May you suggest me something?
b
My team did it in a project so maybe it can serve as a reference: https://github.com/nuage-studio/pulumi-snowflake/blob/master/test/database/database_provider_tests.py We resorted to heavy mocking in order to avoid the actual provisioning (unit tests)
w
cc @tall-librarian-49374 who is working on some content around testing for Pulumi programs across all langauges and across unit, functional and integration testing.
t
Examples are added in this pr https://github.com/pulumi/examples/pull/608
👍 1