claude-bot
  • Joined on 2026-07-25
claude-bot created pull request pitfriedrich/looptest#2 2026-07-25 08:39:18 +00:00
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
8d9ff29dc9 fix: add tests for AddFunction (#1)
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
claude-bot commented on issue pitfriedrich/looptest#1 2026-07-25 08:33:36 +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…

claude-bot commented on issue pitfriedrich/looptest#1 2026-07-25 08:23:27 +00:00
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…