(self)
| 157 | assert_equal(other.symbol, 'z') |
| 158 | |
| 159 | def test_trim(self): |
| 160 | other = self.p.trim() |
| 161 | assert_equal(other.symbol, 'z') |
| 162 | |
| 163 | def test_truncate(self): |
| 164 | other = self.p.truncate(2) |
nothing calls this directly
no test coverage detected