compose/pkg/watch
Sebastiaan van Stijn 92a7ac1fa2 fix mixed assertion libraries in tests
Before this, assertion libraries were mixed, sometimes
even in the same file.

    git grep -l '"gotest.tools/v3/' | wc -l
    75
    git grep -l '"github.com/stretchr/testify' | wc -l
    24

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-03-31 17:32:51 +02:00
..
debounce.go
debounce_test.go modernize some code 2026-02-12 15:31:35 +01:00
dockerignore.go
dockerignore_test.go
ephemeral.go
ephemeral_test.go fix mixed assertion libraries in tests 2026-03-31 17:32:51 +02:00
notify.go
notify_test.go fix mixed assertion libraries in tests 2026-03-31 17:32:51 +02:00
paths.go
paths_test.go fix mixed assertion libraries in tests 2026-03-31 17:32:51 +02:00
temp.go
temp_dir_fixture.go
watcher_darwin.go fix panic 2026-01-29 09:57:49 +01:00
watcher_darwin_test.go fix panic 2026-01-29 09:57:49 +01:00
watcher_naive.go Introduced fsnotify build tag to select watcher implementation 2025-12-15 10:16:12 +01:00
watcher_naive_test.go fix mixed assertion libraries in tests 2026-03-31 17:32:51 +02:00
watcher_nonwin.go
watcher_windows.go