pulumi/sdk/go/common/testing
Will Jones 004819228a
Move `sdk/go/common/tools/path` to `pkg` (#17898)
`sdk/go/common/tools/path` is home to some helper functions that relate
to creating test Go environments. Some of this functionality is unused,
and some of it is [only used

internally](https://github.com/search?q=%28org%3Apulumiverse+OR+org%3Apulumi%29+%22CreateTemporaryGoFolder%22&type=code)
and doesn't need to be part of the public API that `sdk/go/common` in
theory comprises. This commit moves it alongside its consumer in `pkg`
to try and reduce unnecessary surface in `sdk/go/common`.
2024-12-02 17:13:30 +00:00
..
diagtest allow component providers to return more detailed error messages (#17306) 2024-09-25 15:38:36 +00:00
iotest sdk/common: Add testing/diagtest package 2023-03-13 12:48:24 -07:00
environment.go Move `sdk/go/common/tools/path` to `pkg` (#17898) 2024-12-02 17:13:30 +00:00
environment_test.go Move `sdk/go/common/tools/path` to `pkg` (#17898) 2024-12-02 17:13:30 +00:00
util.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00