Commit 4990122
committed
fix(client): validate max_depth >= 1 in traverse(); xfail strict=True
- traverse(): raise ValueError locally when max_depth < 1 before RPC
- test_traverse_inbound_direction: strict=True so CI catches unexpected
XPASS when server adds inbound direction support
- test_get_labels_has_property_definitions: document why the assertion
is intentionally weak (schema-free labels may have empty properties)1 parent 1e59f71 commit 4990122
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| 399 | + | |
| 400 | + | |
399 | 401 | | |
400 | 402 | | |
401 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
282 | | - | |
| 284 | + | |
283 | 285 | | |
284 | 286 | | |
285 | 287 | | |
| |||
0 commit comments