pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
199 stars 43 forks source link

Use `crosstestimpl.T` in PF Configure cross-test #2583

Closed iwahbe closed 1 week ago

iwahbe commented 2 weeks ago

Standardizing on crosstestimpl.T:

  1. Unifies the API across cross-tests
  2. Makes it possible to use Configure in rapid tests
  3. Simplifies the implementation of cross-tests

I had intended to do this for a little while, https://github.com/pulumi/pulumi-terraform-bridge/pull/2578 reminded me. Sorry for the additional disruption.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.84%. Comparing base (58f0b33) to head (843c655). Report is 15 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2583 +/- ## ======================================= Coverage 62.83% 62.84% ======================================= Files 385 385 Lines 51653 51644 -9 ======================================= - Hits 32456 32454 -2 + Misses 17373 17370 -3 + Partials 1824 1820 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.