Flamenco/internal/manager/task_logs
Sybren A. Stüvel b219f9b1c2 Manager tests: replace assert.NoError() with require.NoError()
Back in the days when I wrote the code, I didn't know about the
`require` package yet. Using `require.NoError()` makes the test code
more straight-forward.

No functional changes, except that when tests fail, they now fail
without panicking.
2024-03-16 12:14:39 +01:00
..
mocks Manager: Adjust code for renaming SocketIO... types to Event... 2024-02-05 09:25:43 +01:00
log_rotation_test.go Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
log_rotation.go Refactor: replace os.IsNotExist() with errors.Is(err, fs.ErrNotExist() 2022-06-28 10:24:46 +02:00
task_logs_test.go Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00
task_logs.go Manager: Adjust code for renaming SocketIO... types to Event... 2024-02-05 09:25:43 +01:00