Commit 5dcec26
authored
acceptance: capture testing patterns from databricks#5414 and auto-scope to test files (databricks#5422)
Three acceptance-test idioms surfaced in databricks#5414 review that weren't
captured in `.agent/rules/testing.md`:
- Prefer `gron.py | grep` over `jq` for single-value lookups.
- Don't pass `--keep` to `print_requests.py` if a later call follows.
- Route noisy command output to `LOG.<name>` — `&> LOG.deploy` +
`contains.py '!panic'`, or `2>>LOG.<name>` for cleanup stderr.
Added `paths:` frontmatter so the rules auto-load when Claude reads test
files.
This pull request and its description were written by Isaac.1 parent ec7c659 commit 5dcec26
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
135 | 145 | | |
136 | 146 | | |
137 | 147 | | |
| |||
0 commit comments