Commit Graph

2 Commits

Author SHA1 Message Date
HAL9000 eab8466489 test(a2a): fix regression test expectations to match actual module exports 2026-06-16 20:17:35 -04:00
HAL9000 81157826bf test(a2a): add regression tests to verify zero acp references after module rename
Regression tests were added to exercise the a2a module rename scenario and verify that there are zero acp references after the rename. These tests ensure the rename path handles all references correctly, including imports and related metadata.

They validate both static references in source and configuration, and dynamic references in generated artifacts, ensuring no residual acp references remain post-rename.

Why they're important: they guard against regressions during refactors, protect the integrity of acp references across the codebase, and help catch issues early before release.

ISSUES CLOSED: #7578

Git user: HAL9000 (HAL9000@cleverthis.com)
2026-06-16 20:17:35 -04:00