mirror of https://github.com/pulumi/pulumi.git
9df03f57f0
11290: [cli] Test remote operations r=justinvp a=justinvp Also some changes to validate flags earlier (before getting the backend). Related: - https://github.com/pulumi/pulumi/pull/11291 - https://github.com/pulumi/pulumi/pull/11292 - https://github.com/pulumi/pulumi/pull/11293 - https://github.com/pulumi/pulumi/pull/11294 11293: [auto/python] Test remote operations r=justinvp a=justinvp Also cleans up some error messages to be consistent with the CLI and other languages. Related: - https://github.com/pulumi/pulumi/pull/11290 - https://github.com/pulumi/pulumi/pull/11291 - https://github.com/pulumi/pulumi/pull/11292 - https://github.com/pulumi/pulumi/pull/11294 Co-authored-by: Justin Van Patten <jvp@justinvp.com> |
||
---|---|---|
.. | ||
benchmarks/go-alias-norm | ||
examples | ||
integration | ||
testprovider | ||
.gitignore | ||
README.md | ||
about_test.go | ||
config_test.go | ||
go.mod | ||
go.sum | ||
history_test.go | ||
login_test.go | ||
main_test.go | ||
remote_test.go | ||
stack_test.go |
README.md
Integration Tests
This module provides integration tests for the Pulumi CLI.
The tests can be run via:
make test_all