Skip to content

Commit b3e5450

Browse files
committed
docs: encourage tests on new features / bugfixes
1 parent 9676032 commit b3e5450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Toolchain: Gradle build, Java 11 runtime (targets 8 bytecode).
44
- Build everything: `./gradlew build`; prefer Gradle tasks over direct javac.
55
- Unit tests: `./gradlew test`; single test with `./gradlew test --tests "pkg.Class"`.
6+
- Always add unit tests, and if relevant integration tests for new features and bugfixes.
67
- Integration tests: `./gradlew integrationTest`; filter via `--tests "pkg.ITClass"`.
78
- Formatting: `./gradlew spotlessApply`; verify using `spotlessCheck`.
89
- No extra linters; rely on compiler + spotless for CI hygiene.

0 commit comments

Comments
 (0)