Closed mesozoic closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
97f2f1b
) to head (8ae9d6a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is the last item on the roadmap for 3.0. There is still a lot more that this could do, but at a bare minimum it offers a way to:
We've found this pattern useful with complex background jobs that make several sequential operations against the API, where even if we have sensible unit tests for smaller components of functionality, it's easier to test edge cases or bug reports when we can treat the entire job as a single function under test and, given certain inputs, make assertions about its behavior.
FYI @walkingpendulum