pulumi/sdk/python/lib/test/langhost/resource_thens
Sean Gillespie 0e868f15fc
Add two new Python tests and fix bugs (#2147)
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.
2018-11-02 16:50:10 -07:00
..
__init__.py Add two new Python tests and fix bugs (#2147) 2018-11-02 16:50:10 -07:00
__main__.py Add two new Python tests and fix bugs (#2147) 2018-11-02 16:50:10 -07:00
test_resource_thens.py Add two new Python tests and fix bugs (#2147) 2018-11-02 16:50:10 -07:00