Commit f5730d9
committed
Fix stale comment refs in fixture 037 activation
PR #101 review caught two comment inaccuracies in the fixture 037
activation block:
- The block-level comment at line 84 referenced `_DEFERRED_037_CASES`,
but the symbol was renamed to the generic `_DEFERRED_CASES` during
drafting (other fixtures may want per-case deferrals later).
- The block-level comment at line 108 described the deferral
mechanism as `pytest.skip`, but the runner uses `continue` —
matching the inline comment at the skip site, which correctly
explains that `pytest.skip` would mask the surrounding cases that
DO run.
Comment-only diff; no behavior change.1 parent 295737a commit f5730d9
1 file changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments