pulumi/sdk/python
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
..
cmd Implement RPC for Python 3 (#2111) 2018-10-31 13:35:31 -07:00
lib Add two new Python tests and fix bugs (#2147) 2018-11-02 16:50:10 -07:00
pkg/version Add license headers 2018-05-22 15:02:47 -07:00
.gitignore Implement Output for Python (#2107) 2018-10-26 14:52:30 -07:00
.pylintrc Enable and fix Pylint warnings (#2146) 2018-11-01 14:29:06 -07:00
Makefile Enable and fix Pylint warnings (#2146) 2018-11-01 14:29:06 -07:00
Pipfile Several gardening tasks for Python (#2145) 2018-11-01 12:58:45 -07:00
Pipfile.lock Several gardening tasks for Python (#2145) 2018-11-01 12:58:45 -07:00