Return the absolute path to test .pptx file with root name *name*.
(name: str)
| 47 | |
| 48 | |
| 49 | def test_pptx(name: str) -> str: |
| 50 | """Return the absolute path to test .pptx file with root name *name*.""" |
| 51 | return absjoin(thisdir, "test_files", "%s.pptx" % name) |
no test coverage detected
searching dependent graphs…