Skip to content

Commit bca75b4

Browse files
authored
test: generalize extra-args test comments for override coverage
1 parent b4ff9ef commit bca75b4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/integrations/test_extra_args.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
The hooks are implemented in `IntegrationBase._apply_extra_args_env_var` and
55
`IntegrationBase._resolve_executable` and wired into every concrete
66
`build_exec_args` — `MarkdownIntegration`, `TomlIntegration`,
7-
`SkillsIntegration`, plus the overrides in Codex, Devin, Opencode and Copilot.
7+
`SkillsIntegration`, plus override integrations.
88
These tests cover both the shared mechanisms (via `SkillsIntegration` stubs
9-
near the top of the file) and each override integration end-to-end (further
10-
down). See issues #2595 and #2596."""
9+
near the top of the file) and override integrations end-to-end (further down).
10+
See issues #2595 and #2596."""
1111

1212
import os
1313

@@ -488,9 +488,9 @@ def test_codex_dispatch_command_includes_extra_args(monkeypatch):
488488
# The `_resolve_executable()` method on `IntegrationBase` checks
489489
# `SPECKIT_INTEGRATION_<KEY>_EXECUTABLE` and, when set, substitutes that
490490
# value for `self.key` as the first token in argv. The tests below lock
491-
# the behaviour for all integration paths:
491+
# the behaviour across shared and override integration paths:
492492
# - the shared SkillsIntegration/MarkdownIntegration/TomlIntegration bases,
493-
# - each override integration (Codex, Devin, Opencode, Copilot),
493+
# - representative override integrations,
494494
# - the hyphen→underscore key normalisation, and
495495
# - whitespace/unset no-op guarantee.
496496
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)