(context, level)
| 75 | |
| 76 | @when("I add a heading specifying level={level}") |
| 77 | def when_add_heading_specifying_level(context, level): |
| 78 | context.document.add_heading(level=int(level)) |
| 79 | |
| 80 | |
| 81 | @when("I add a heading specifying only its text") |
nothing calls this directly
no test coverage detected
searching dependent graphs…