(self)
| 161 | |
| 162 | @pytest.fixture |
| 163 | def adjustments(self): |
| 164 | prstGeom = a_prstGeom().with_nsdecls().with_prst("chevron").element |
| 165 | return AdjustmentCollection(prstGeom) |
| 166 | |
| 167 | @pytest.fixture |
| 168 | def adjustments_with_prstGeom_(self, request): |
nothing calls this directly
no test coverage detected