pulumi/tests/integration/construct_component_methods
Justin Van Patten fe603568fd
Use provider.MainWithOptions to reduce boilerplate in integration tests (#7684)
We can use the new `provider.MainWithOptions` to reduce boilerplate in some of our testcomponent providers.

Also, while cleaning up here, I took this as an opportunity to replace use of `github.com/pkg/errors` in the `tests` dir to use the built-in functionality of the Go standard library.
2021-07-30 06:31:17 -07:00
..
go [sdk/go] Fix methods panic when marshaling self (#7604) 2021-07-22 05:28:46 -07:00
nodejs [sdk/nodejs] Support for calling methods (#7377) 2021-07-07 16:03:56 -07:00
python [sdk/python] Handle unknown results from methods (#7677) 2021-07-29 11:11:52 -07:00
testcomponent Initial support for resource methods (authoring from Node.js, calling from Python) (#7363) 2021-06-30 07:48:56 -07:00
testcomponent-go Use provider.MainWithOptions to reduce boilerplate in integration tests (#7684) 2021-07-30 06:31:17 -07:00
testcomponent-python [sdk/python] Support for implementing methods in provider (#7555) 2021-07-19 14:58:55 -07:00