pulumi/cmd
Anton Tayanovskyy 592148aebd Permit merging language settings in language conformance tests
Testing SDK generator flags was difficult in language conformance tests. Before the change, languages like Node allowed
the provider to define language-specific SDK generator flags and respect them, however Python silently ignored them by
resetting the Python settings to a set of settings that the test suite itself needs set.

With this change, instead of silently resetting the language flags to what the test suite wants, the conformance tests
will merge the settings from the test suite with those from the provider. If there are any conflicts found, the
conformance tests would fail.
2024-10-31 11:49:35 -04:00
..
pulumi-test-language Permit merging language settings in language conformance tests 2024-10-31 11:49:35 -04:00