pulumi/tests
Ian Wahbe 6703075ae0 Make tests work
I figured out how easy it was to run the tests locally.
2021-08-25 09:31:24 -07:00
..
containers
examples Use provider.MainWithOptions to reduce boilerplate in integration tests (#7684) 2021-07-30 06:31:17 -07:00
integration Added support for custom naming of dynamic provider resource (#7633) 2021-08-17 14:15:53 -07:00
testprovider Initial support for resource methods (authoring from Node.js, calling from Python) (#7363) 2021-06-30 07:48:56 -07:00
about_test.go Make tests work 2021-08-25 09:31:24 -07:00
config_test.go
go.mod Update x/sys for sdk to support go 1.17 (#7781) 2021-08-19 17:11:26 -06:00
go.sum Make linter happy 2021-08-23 12:04:52 -07:00
history_test.go
login_test.go fixup linting errors after rebase of master -> feature-3.0 (#6766) 2021-04-14 19:32:18 +01:00
main_test.go
README.md Update tests and add integration test 2021-08-24 14:29:27 -07:00
stack_test.go Workaround flaky TestLocalStateLocking 7710 (#7730) 2021-08-11 16:50:03 -04:00

Integration Tests

This module provides integration tests for the Pulumi CLI.

The tests can be run via:

make test_all