Commit 1a5f68a
authored
Clarify 0087 directive-order harness comments (#226)
* Clarify 0087 directive-order harness comments
Address CoPilot review on #225 (both threads resolved there but the
edits landed after the squash-merge).
- test_observability.py: reword the 135 support-comment from "key
order" to "document (dict insertion) order", matching the loader
guard-comment and removing the sorted-by-key ambiguity.
- test_fixture_parsing.py: correct the 135 parse-deferral reason. It
read "not implemented", but 0087 is implemented -- only the parse
shape is deferred, because 135 reuses the augment/capture directive
shapes the cross-cap parser does not model (as siblings 043-046),
runtime-driven in test_observability.
Comment-only; no behavior change.
* Align directive-order wording in the pointer target
Address CoPilot review on #226: the _SUPPORTED_FIXTURES comment points
readers at _apply_metadata_directives for the document-order behavior,
but that function's own comment still said "IN KEY ORDER" / "YAML key
order" -- the sorted-by-key ambiguity this branch removes at the call
site. Reword it to "document order" so both spots agree.
Comment-only; no behavior change.1 parent 3d500a4 commit 1a5f68a
2 files changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
631 | 634 | | |
632 | | - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
633 | 638 | | |
634 | 639 | | |
635 | 640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
1590 | 1590 | | |
1591 | 1591 | | |
1592 | 1592 | | |
1593 | | - | |
1594 | | - | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
1595 | 1596 | | |
1596 | 1597 | | |
1597 | 1598 | | |
| |||
0 commit comments