examples
examples copied to clipboard
Update python unit testing example to also include config
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The python unit test at https://github.com/pulumi/examples/tree/master/testing-unit-py does not use or import any configuration. It would be useful to have Pulumi.yaml have a simple config value and show how to do unit testing the recommended way when pulumi uses config (all of our pulumi projects have config)
Affected area/feature
Python