mirror of https://github.com/pulumi/pulumi.git
45e592b1e1
Because BindSpec was being passed nil for the loader parameter it was creating a new default plugin host, instead of using the mocked one we create as part of the test-language code. No real observable effect as yet, but would of been an issue once we start having test schemas that refer to each other. |
||
---|---|---|
.. | ||
testdata | ||
README.md | ||
bad_provider.go | ||
go.mod | ||
go.sum | ||
interface.go | ||
interface_test.go | ||
internal_test.go | ||
l1empty_test.go | ||
l2resourcesimple_test.go | ||
main.go | ||
simple_provider.go | ||
testing.go | ||
tests.go |
README.md
pulumi-language-test runs a gRPC interface that language plugins can use to run a suite of standard tests.