(self)
| 1427 | return data, expected |
| 1428 | |
| 1429 | def values(self): |
| 1430 | attr_names = ('a', 'b', 'c', 'd') |
| 1431 | return (getattr(self, name) for name in attr_names) |
| 1432 | |
| 1433 | def test_basic(self): |
| 1434 | slc = np.s_[2:-1] |
no outgoing calls
no test coverage detected