ai-code-battle/cmd/acb-map-evolver
jedarden e7a60894ac test(acb-map-evolver): add comprehensive tests for weekly schedule
Added tests for:
- TestNextScheduledTime: verifies correct calculation of next scheduled
  run time across various scenarios (same-day future, same-day past,
  different weekdays, edge cases around midnight)
- TestWeeklyScheduleEnvParsing: validates environment variable parsing
  for the WEEKDAY:HH:MM format, including valid and invalid inputs

These tests ensure the weekly automated map evolution ticker (§14.6)
correctly schedules evolution runs at the configured time.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 09:32:51 -04:00
..
Dockerfile feat(map-evolver): bootstrap empty maps table and containerize 2026-05-02 08:05:51 -04:00
main.go feat(acb-map-evolver): add weekly automated run wiring per plan §14.6 2026-05-08 09:15:19 -04:00
main_test.go test(acb-map-evolver): add comprehensive tests for weekly schedule 2026-05-08 09:32:51 -04:00