(context: Context)
| 24 | |
| 25 | @given("a clean working directory") |
| 26 | def given_clean_working_dir(context: Context): |
| 27 | if os.path.isfile(saved_pptx_path): |
| 28 | os.remove(saved_pptx_path) |
| 29 | |
| 30 | |
| 31 | @given("a presentation") |
nothing calls this directly
no test coverage detected
searching dependent graphs…