Table-drive DLP detector tests to cut boilerplate #289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From quality-eval audit (medium priority).
The suite is
unittest-style with zero parametrization. Detector test cases (e.g. theTOKEN_PATTERNSmatrix) duplicate boilerplate per case.Task: Convert detector test cases to table-driven
subTestloops so adding a new detector case is a one-line change.No PRD required (test refactor).