pulumi/tests
Fraser Waters 06e42a5697
Revert "allow `pulumi destroy -s <stack>` if not in a pulumi project dir (#9613)" (#9821)
* Revert "allow `pulumi destroy -s <stack>` if not in a pulumi project dir (#9613)"

This reverts commit 150aba462e.

Fixes https://github.com/pulumi/pulumi/issues/9815

* Update CHANGELOG

* Update CHANGELOG_PENDING.md

Co-authored-by: Anton Tayanovskyy <anton@pulumi.com>
2022-06-09 14:28:52 -04:00
..
examples ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
integration Revert "allow `pulumi destroy -s <stack>` if not in a pulumi project dir (#9613)" (#9821) 2022-06-09 14:28:52 -04:00
testprovider Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
README.md Update tests and add integration test 2021-08-24 14:29:27 -07:00
about_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
config_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
go.mod Update SDK and PKG references (#9806) 2022-06-08 13:06:30 +02:00
go.sum Run go mod tidy after #9797 (#9799) 2022-06-08 07:56:50 +01:00
history_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
login_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
main_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_test.go Add gzip flag to filestate backend (#9610) 2022-05-23 12:13:21 -07:00

README.md

Integration Tests

This module provides integration tests for the Pulumi CLI.

The tests can be run via:

make test_all