You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
- Add integration tests under `src/runtime/tests/` when changing CLI/runtime behavior.
29
29
- Prefer `assert_cmd` for CLI and `predicates` for output checks. Keep fixtures in `src/runtime/tests/data/`.
30
30
- Run `cargo test --workspace` locally; ensure tests don’t rely on network input.
31
+
- Prefer modifying existing tests over adding new ones for new code paths. Extend current scenarios with extra assertions/fixtures to avoid redundant tests proliferating. For example, if adding null-handling in diff/patch, enhance the existing diff tests rather than introducing separate "basic diff works" tests that become redundant.
31
32
32
33
## Commit & Pull Request Guidelines
33
34
- Commits: short, imperative summary (e.g., “Add __repr__ for LinkMLValue”); group related changes.
0 commit comments