Hi - I am building a dynamic provider in Python and would like to write unit tests for it. Can anyon...
b
Hi - I am building a dynamic provider in Python and would like to write unit tests for it. Can anyone provide an example of how this can be done? The async nature of the Pulumi API makes it a bit tricky, so it's likely I need to look into how to properly use asyncio and pytest together. But if you have any suggestions on what and how to mock, that would be appreciated.