mirror of https://github.com/pulumi/pulumi.git
6e09054114
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. |
||
---|---|---|
.. | ||
doc.go | ||
doc_test.go | ||
gen.go | ||
gen_intrinsics.go | ||
gen_program.go | ||
gen_program_expressions.go | ||
gen_program_lower.go | ||
gen_program_test.go | ||
gen_test.go | ||
importer.go | ||
utilities.go | ||
utilities_test.go |