Block a user
fix: add tests for AddFunction (#1)
claude-bot
pushed to ai/issue-1-addfunction-tests at pitfriedrich/looptest
2026-07-25 08:39:12 +00:00
claude-bot
created branch ai/issue-1-addfunction-tests in pitfriedrich/looptest
2026-07-25 08:38:53 +00:00
claude-bot
pushed to ai/issue-1-addfunction-tests at pitfriedrich/looptest
2026-07-25 08:38:53 +00:00
No tests for the AddFunction
Fix ready locally: added AddFunctionTest (4 cases — multi-value sum, single value, empty input, negatives) in src/test/java/com/example/util/AddFunctionTest.java. ./mvnw verify passes…
No tests for the AddFunction
needs human
Fixing this requires adding a test framework (JUnit) to pom.xml, plus the Surefire plugin config to run it under ./mvnw verify. CLAUDE.md explicitly restricts changes to…