Commit 9d8f445
test(bash-lint): cover Python runtime bash generator in REQUIRED_STEP_DISPLAY_NAMES (#532)
Add python: true to runtime-coverage-agent.md so the lint exercises the
'Append Python prompt' bash step emitted by src/runtimes/python/extension.rs
via wrap_prompt_append(). Track the step in REQUIRED_STEP_DISPLAY_NAMES so
the coverage check catches regressions if the generator is renamed or removed.
No fixture previously included the Python runtime, leaving this bash step
completely outside the shellcheck quality gate.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 94408dd commit 9d8f445
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
| 24 | + | |
0 commit comments