pulumi/tests/integration
Matt Ellis 6f0bc7eb46 Call pulumi stack rm --yes in some tests
Our normal lifecycle tests always call pulumi stack rm, but some of
the tests that used the more barebones framework did not do so. This
was "ok" in the past, since all bookkeeping data about a stack was
stored next to the Pulumi program itself and we deleted that folder
once the test passed.

As part of removing `pulumi init` workspace tracking will move to
~/.pulumi/workspaces and so we'd like to have a gesture that actually
removes the stack, which will cause the workspace file to be removed
as well, instead of littering ~/.pulumi/workspaces with tests.
2018-04-18 03:29:19 -07:00
..
config_basic Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
dependency_steps Lift snapshot management out of the engine and serialize writes to snapshot (#1069) 2018-04-12 09:55:34 -07:00
diff Make diff tests pass when running against a local service 2018-04-16 16:38:39 -07:00
empty Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
project_main Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
project_main_abs Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
project_main_parent Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
protect_resources Run tests against managed stacks backend instead of FnF (#1092) 2018-04-02 21:34:54 -07:00
stack_dependencies Code review feedback: 2018-02-22 13:33:50 -08:00
stack_outputs Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_parenting Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_project_name Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
steps Disallow capturing 'this' inside a lambda (#1138) 2018-04-09 15:57:39 -07:00
integration_test.go Call pulumi stack rm --yes in some tests 2018-04-18 03:29:19 -07:00