()
| 170 | ) |
| 171 | |
| 172 | def step_function_marker() -> StepFunctionContext: |
| 173 | return context |
| 174 | |
| 175 | step_function_marker._pytest_bdd_step_context = context # type: ignore |
| 176 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…