In a Python unittest, can I get a list of all avai...
# general
f
In a Python unittest, can I get a list of all available outputs?
pulumi.Output.all
requires a param of the list of outputs I want. But I would like to assert on all of them: https://github.com/pulumi/examples/blob/master/testing-unit-py/test_ec2.py#L36