pulumi / providertest

Incubating facilities for testing Pulumi providers
Apache License 2.0
5 stars 0 forks source link

Change pulumitest to accept an interface instead of a testing.T #78

Closed VenelinMartinov closed 5 months ago

VenelinMartinov commented 5 months ago

This will allow us to pass in a rapid.T as well as a testing.T there.

Required for https://github.com/pulumi/pulumi-terraform-bridge/pull/1801

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 37.35%. Comparing base (3a38438) to head (d80a08b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #78 +/- ## ======================================= Coverage 37.35% 37.35% ======================================= Files 43 43 Lines 2677 2677 ======================================= Hits 1000 1000 Misses 1569 1569 Partials 108 108 ```

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

VenelinMartinov commented 5 months ago

superseded by https://github.com/pulumi/providertest/pull/79