pulumi/pkg/testing/integration
Justin Van Patten ed9716f6ef
Create backups of all local stack checkpoint files (#949)
Backup copies of local stack checkpoints are now saved to the
user's home directory (`~/.pulumi/backups`) by default.

This enables users to recover after accidentally deleting their
local `.pulumi` directory (e.g. via `git clean`).

The behavior can be disabled by setting the
PULUMI_DISABLE_CHECKPOINT_BACKUPS environment variable, which
we use to disable backups when running all tests other than the
test for this functionality.
2018-02-20 21:05:57 -08:00
..
command.go Pass target Cloud and PPC to integation test Reporter (#859) 2018-01-30 13:10:32 -08:00
program.go Create backups of all local stack checkpoint files (#949) 2018-02-20 21:05:57 -08:00
program_test.go AssertNoError instead of Assert(err == nil) 2018-01-08 13:46:21 -08:00
pulumi.go Fix cloud tests 2017-12-03 06:34:06 -08:00
s3reporter.go Reparameterize NewUniqueHex/ID 2017-12-10 07:44:11 -08:00
util.go Restructure test framework to ease multiple languages (#799) 2018-01-12 17:10:53 -08:00