pulumi/sdk
Will Jones a0cea65e70
Add conformance tests for remote assets (#16467)
Conformance tests allow us to test functionality regardless of
programming language used, by setting up a test program using PCL and
making assertions about program state before and after various
operations. This commit adds a set of conformance tests for remote
assets (that is, assets that must be retrieved from some URI), which
have until now been untested in this regard.
2024-07-03 09:03:24 +00:00
..
go Changelog and go.mod updates for v3.122.0 (#16551) 2024-07-02 07:54:27 +00:00
nodejs Add conformance tests for remote assets (#16467) 2024-07-03 09:03:24 +00:00
proto/go Add not-found markers to missing executables for packagemanagers (#16488) 2024-06-28 23:21:55 +00:00
python Add conformance tests for remote assets (#16467) 2024-07-03 09:03:24 +00:00
.version Freeze v3.122.0 (#16547) 2024-07-02 00:20:23 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
go.sum Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +00: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.