Closed VenelinMartinov closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.93%. Comparing base (
a3ccb9f
) to head (875ca0b
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This PR has been shipped in release v3.96.0.
This PR is a refactor of the test utilities in PF for creating Resources.
We now have a
NewResource
function to createpb.Resource
which fills in reasonable defaults which were previously handled inNewProvider
. This in turn will allow us to usepb.Resource
as an argument inDiff
cross-tests.The concrete use case I am after with this is for
Diff
cross-tests for Computed properties, which require a custom Create and Update function.