aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/tool/codeeditor/codeeditor_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow/flow/patching: harden against empty generated patchesDmitry Vyukov2026-01-271-0/+19
| | | | | | | | Make codeeditor error on nop changes that don't actually change the code. Make patch testing error on empty patch. Perhaps we need a notion of "mandatory" tools that must be called successfully at least once... not sure yet.
* pkg/aflow/tool/codeeditor: add actual implementationDmitry Vyukov2026-01-261-6/+170
|
* pkg/aflow: add helper for tool testingDmitry Vyukov2026-01-261-0/+79
Add simple codeeditor tests to test testing.