mirror of https://github.com/pulumi/pulumi.git
0e868f15fc
future_input tests that it's possible to use coroutines as inputs to Pulumi resources. resource_thens tests that it's possible to use outputs to chain resource inputs and outputs together and that the SDK reports correct dependencies to the engine. This PR also fixes two bugs exposed by the new tests: first, coroutines needed to be scheduled before awaiting (otherwise we'd deadlock) and Nones in maps needed to be ignored when serializing and deserializing. |
||
---|---|---|
.. | ||
cmd | ||
lib | ||
pkg/version | ||
.gitignore | ||
.pylintrc | ||
Makefile | ||
Pipfile | ||
Pipfile.lock |