(self)
| 198 | """Ticket #1276""" |
| 199 | |
| 200 | def setup_method(self): |
| 201 | TestComparisons.setup_method(self) |
| 202 | self.A = np.array([['abc', '123'], |
| 203 | ['789', 'xyz']], np.str_).view(np.chararray) |
| 204 | |
| 205 | class TestInformation: |
| 206 | def setup_method(self): |
nothing calls this directly
no test coverage detected