pulumi/sdk
bors[bot] ec1383dc81
Merge #13508
13508: Add the ability to verify an expected log message was written r=Frassle a=Frassle

We used to test that various errors we're written out to the user in these langhost tests, but at some point those test were removed (I suspect because we stopped printing them to stderr).

This adds in the ability to check for a log message in the engine diagnostics stream, and makes use of that in one of the tests.

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2023-07-18 11:09:58 +00:00
..
go Merge #13497 2023-07-18 01:27:01 +00:00
nodejs Add `pulumi state edit` utility. 2023-07-17 09:47:05 -07:00
proto/go [engine] Add support for source positions 2023-07-10 14:35:40 -07:00
python Add the ability to verify an expected log message was written 2023-07-17 13:18:57 +01:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod deps(go): Upgrade to grpc 1.56.1 2023-07-06 09:04:16 -07:00
go.sum deps(go): Upgrade to grpc 1.56.1 2023-07-06 09:04:16 -07:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.