(self)
| 443 | assert loc == ix |
| 444 | |
| 445 | def test_water_simple(self): |
| 446 | w = ct.Water() |
| 447 | arr = ct.SolutionArray(w, 10) |
| 448 | self.check(arr, arr.info(rows=12, width=self.width), 10) |
| 449 | |
| 450 | def test_water_extra(self): |
| 451 | w = ct.Water() |
nothing calls this directly
no test coverage detected