Closed jsa34 closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.01%. Comparing base (
1e5595b
) to head (3f42ef3
). Report is 15 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
hey I took the liberty of applying some changes directly, hope you don't mind. If that's fine to you, I'd merge it.
hey I took the liberty of applying some changes directly, hope you don't mind. If that's fine to you, I'd merge it.
Not at all! I did notice when I code reviewed that the STEP_PARAM_RE regex is no longer just for steps so renamed it.
I can't merge :(. Sorry my new commit invalidated your approval @youtux
turns out that the Step.params
method is unused, so I removed it.
Render scenario names, docstrings and datatable cells with example table entries, just like step names currently are.
Fixed another issue that I hadn't seen before that background steps were also not able to be rendered using the current logic. This is now fixed.
Resolves #741 Resolves #252