(self, item)
| 632 | self._assert_dest(b"/base/THE TITLE", item) |
| 633 | |
| 634 | def test_capitalize_variable(self, item): |
| 635 | self._setf("%capitalize{$title}") |
| 636 | self._assert_dest(b"/base/The title", item) |
| 637 | |
| 638 | def test_title_case_variable(self, item): |
| 639 | self._setf("%title{$title}") |
nothing calls this directly
no test coverage detected