(self, setup)
| 619 | class TestDestinationFunction(TestHelper, PathFormattingMixin): |
| 620 | @pytest.fixture(autouse=True) |
| 621 | def item(self, setup): |
| 622 | self.lib.directory = b"/base" |
| 623 | self.lib.path_formats = [("default", "path")] |
| 624 | return item(self.lib) |
| 625 | |
| 626 | def test_upper_case_literal(self, item): |
| 627 | self._setf("%upper{foo}") |