(self)
| 364 | class LinalgSquareTestCase(LinalgTestCase): |
| 365 | |
| 366 | def test_sq_cases(self): |
| 367 | self.check_cases(require={'square'}, |
| 368 | exclude={'generalized', 'size-0'}) |
| 369 | |
| 370 | def test_empty_sq_cases(self): |
| 371 | self.check_cases(require={'square', 'size-0'}, |
nothing calls this directly
no test coverage detected