pulumi/sdk/python/lib/test/langhost/one_complex_resource
Sean Gillespie 5d1a3db4aa
Python Language Host Tests (#1577)
* Test the Python language host end-to-end

This commit introduces an end-to-end language host testing framework for
the Python SDK, similar to what already exists for the Node SDK. The
real language host is used to run Pulumi programs written in Python
while mocking out the resource monitor.

* Add new tests

* Print out better diagnostics when the langhost fails to launch

* Use the in-tree executor for testing

* CR: Place tests and code being tested in the same directory for ease of understanding, add a README

* Turns out I misunderstood the semantics of resource registration - fix two tests so that they pass now and fix a few bugs in the test harness
2018-06-29 14:08:58 -07:00
..
__init__.py Python Language Host Tests (#1577) 2018-06-29 14:08:58 -07:00
__main__.py Python Language Host Tests (#1577) 2018-06-29 14:08:58 -07:00
test_one_complex_resource.py Python Language Host Tests (#1577) 2018-06-29 14:08:58 -07:00