(context: Context)
| 103 | |
| 104 | @when("I call comments.get(2)") |
| 105 | def when_I_call_comments_get_2(context: Context): |
| 106 | context.comment = context.comments.get(2) |
| 107 | |
| 108 | |
| 109 | # then ===================================================== |
nothing calls this directly
no test coverage detected
searching dependent graphs…