(context: Context)
| 32 | |
| 33 | @given("a default Comment object") |
| 34 | def given_a_default_comment_object(context: Context): |
| 35 | context.comment = Document(test_docx("comments-rich-para")).comments.add_comment() |
| 36 | |
| 37 | |
| 38 | @given("a document having a comments part") |
nothing calls this directly
no test coverage detected
searching dependent graphs…