(nested_list, expected)
| 378 | ], |
| 379 | ) |
| 380 | def test_iterate_nested(nested_list, expected): |
| 381 | assert list(iterate_nested(nested_list)) == expected |
| 382 | |
| 383 | |
| 384 | def test_find_stack_level(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…