(context)
| 19 | |
| 20 | @given("a run") |
| 21 | def given_a_run(context): |
| 22 | document = Document() |
| 23 | run = document.add_paragraph().add_run() |
| 24 | context.document = document |
| 25 | context.run = run |
| 26 | |
| 27 | |
| 28 | @given("a run having {bool_prop_name} set on") |
nothing calls this directly
no test coverage detected
searching dependent graphs…