Commit f0404d6
committed
test(hooks): Mark raw_cmd and dataclass tests as subprocess-only
why: Control mode requires explicit -t targets for show-hooks;
subprocess mode inherits context from TMUX environment variable.
what:
- Add @pytest.mark.engines(["subprocess"]) to test_hooks_raw_cmd
- Add @pytest.mark.engines(["subprocess"]) to test_hooks_dataclass
- Document reason in test docstrings1 parent 4cc4606 commit f0404d6
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
193 | 199 | | |
194 | 200 | | |
195 | 201 | | |
| 202 | + | |
196 | 203 | | |
197 | 204 | | |
198 | 205 | | |
199 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
200 | 212 | | |
201 | 213 | | |
202 | 214 | | |
| |||
0 commit comments