aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/diff/manager_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/manager/diff: add testsAleksandr Nogikh2026-01-261-0/+188
| | | | | Refactor the package to support testing and add a number of basic tests.
* pkg/manager: split off diff fuzzer functionalityAleksandr Nogikh2026-01-231-0/+23
Move the code to a separate pkg/manager/diff package. Split the code into several files.