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 golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
debounce_test.go modernize some code 2026-02-12 15:31:35 +01:00
dockerignore.go golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
dockerignore_test.go Add license header to dockerignore_test.go 2024-10-28 12:26:45 +01:00
ephemeral.go
ephemeral_test.go fix mixed assertion libraries in tests 2026-03-31 17:32:51 +02:00
notify.go pkg/watch: remove unused IsWindowsShortReadError 2025-09-24 09:29:27 +02:00
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 chore: make function comment match function name 2025-04-16 13:33:16 +02:00
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 fix linting issues 2025-11-16 14:54:58 +01:00
watcher_windows.go fix linting issues 2025-11-16 14:54:58 +01:00