(o)
| 250 | check_index__test(r, 2, 0) |
| 251 | |
| 252 | def check_objects(o): |
| 253 | assert is_list(o) |
| 254 | assert len(o) == 2 |
| 255 | check_index__test(o[0], 1, 3) |
| 256 | check_index__test(o[1], 2, 0) |
| 257 | |
| 258 | assert is_dict(index) |
| 259 | assert sorted(index.keys()) == ["cmake", "objects", "reply"] |
no test coverage detected
searching dependent graphs…