pulumi/pkg/testing/integration
Matt Ellis aba89792c4 Don't use a per test cache
The use of a per test cache is problematic right now because when run
on Node 11 it forces every test to build its own copy of gRPC from
source, which is very slow.

Go back to the shared cache (with --mutex network) but add a command
after running `yarn install` which cleans any local packages that were
installed. This is, unfortunately, the best we can do for now.
2018-11-16 09:47:28 -08:00
..
command.go Remove references to Pulumi private clouds (#2095) 2018-10-24 13:50:35 -07:00
program.go Don't use a per test cache 2018-11-16 09:47:28 -08:00
program_test.go Don't dirty work tree when running tests 2018-06-14 15:58:37 -07:00
pulumi.go Add license headers 2018-05-22 15:02:47 -07:00
s3reporter.go Add license headers 2018-05-22 15:02:47 -07:00
util.go Provide a way to override packages during a test run 2018-11-15 17:46:18 -08:00