mirror of https://github.com/pulumi/pulumi.git
2228345313
This change cleans up the MLC integration tests: - Replace use of dynamic providers in Node.js MLC test components in favor of resources in the testprovider. This allows us to remove some hacks we have in the integration test package to make the dynamic providers work with programs written in other languages (since dynamic providers don't currently work well within MLCs). The use of the resources from the testprovider also aligns with the other languages which now all use it as well. - Replace use of resources exposed from Go MLC test providers in favor of resources in the testprovider. This allows the MLC test providers to be much simpler. The use of the resources from the testprovider also aligns with the other languages which now all use it as well. - Consolidates and cleans up all the MLC tests to remove a bunch of duplication. |
||
---|---|---|
.. | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
go.mod | ||
go.sum |