Commit 314d120
Iterate Children container via .values() in compact_test_node
The Children class doesn't implement __iter__, so iterating it directly
raised TypeError during pytest discovery, causing the discovery payload
to surface as status='error' in end-to-end tests.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8ea6da5 commit 314d120
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1043 | 1043 | | |
1044 | 1044 | | |
1045 | 1045 | | |
| 1046 | + | |
1046 | 1047 | | |
1047 | 1048 | | |
1048 | | - | |
| 1049 | + | |
1049 | 1050 | | |
1050 | 1051 | | |
1051 | 1052 | | |
| |||
0 commit comments