aboutsummaryrefslogtreecommitdiffstats
path: root/watcher_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add watcher tests, refactor watch() to accept contextBernhard Guillon7 hours1-0/+325
- Added watcher_test.go: 10 tests covering create, write, remove, rename, ignored files, debouncing, directory creation/removal, and manifest updates - Refactored watch() to accept context.Context for clean cancellation - Added signal handling (SIGINT/SIGTERM) for graceful shutdown in main.go - Fixed test expectations (version two = 11 bytes, not 10)