pulumi/pkg/testing/integration
Luke Hoban 5bf490228a
Use \n for provider protocol even on Windows (#3855)
The provider plugin protocol is to write a port number followed by `\n`.  We must guarantee we do that even on Windows, so must avoid Python `print` statements which implicitly rewrite newlines to platform specific character sequences.

Fixes #3807.
2020-02-06 11:34:05 -08:00
..
command.go Implement `listResourceOutputs` in the Node.js SDK 2019-06-03 14:56:49 -07:00
program.go Use \n for provider protocol even on Windows (#3855) 2020-02-06 11:34:05 -08:00
program_test.go Don't dirty work tree when running tests 2018-06-14 15:58:37 -07:00
pulumi.go Provide an actual 'table' printing routine so that we can appropriate choose columns widths dynamically. (#2266) 2018-12-02 00:22:07 -08: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-25 22:02:28 -08:00