pulumi/pkg/codegen
Pat Gavlin 46400d502b
[codegen] Unify SDK codegen testing (#7433)
Rather than duplicating the list of tests and codegen driver across each
SDK, move its definition into `pkg/codegen/internal/test`. This has a
few notable benefits:

- All SDK code generators will be tested against each test. Though some
  tests may exercise a particular code generator more than others, the
  extra coverage will be generally beneficial.
- Adding a new test is simpler, as only a single file needs to be
  changed.
- All SDKs now honor the `PULUMI_ACCEPT` environment variable for
  updating baselines.
- Codegen tests now validate all generated files instead of only a
  particular subset.
2021-07-06 15:40:53 -07:00
..
docs [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
dotnet [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
go [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
hcl2 Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
importer Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
internal/test [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
nodejs [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
python [codegen] Unify SDK codegen testing (#7433) 2021-07-06 15:40:53 -07:00
schema Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
docs.go Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
docs_test.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
utilities.go Add helper methods to StringSet 2021-06-09 12:02:32 +02:00
utilities_test.go Add helper methods to StringSet 2021-06-09 12:02:32 +02:00
utilities_types.go Reify `Input` and `Optional` types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00