Commit Graph

2 Commits

Author SHA1 Message Date
Fraser Waters 48dbd6c596
Use black to format lib/test ()
Test code should be formatted and linted the same as library code. This
is the first step of that, simply including ./lib/test to the folder
that the black formatter runs on.
2024-04-23 08:29:58 +00:00
Abhinav Gupta f007e7bb8d
sdk/py/StackReference: Add get_output_details
This is the Python equivalent to the StackReference.GetOutputDetails
method and accompanying type added to the Go SDK in .

This will allow users of the Python SDK to fetch outputs from stack
references directly--without going through an Output type.

Refs , 
2023-02-03 16:58:35 -08:00