(self)
| 377 | assert not header.difference(names) |
| 378 | |
| 379 | def test_short(self): |
| 380 | arr = ct.SolutionArray(self.gas, 5) |
| 381 | self.check(arr, arr.info(rows=10, width=self.width), 5) |
| 382 | |
| 383 | def test_long(self): |
| 384 | arr = ct.SolutionArray(self.gas, 20, extra={"spam": "eggs"}) |
nothing calls this directly
no test coverage detected