Flamenco/internal/manager
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
..
api_impl Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
config Manager: set default MQTT topic prefix to 'flamenco' 2024-03-08 16:44:39 +01:00
eventbus Manager: set default MQTT topic prefix to 'flamenco' 2024-03-08 16:44:39 +01:00
farmstatus Manager: check the farm status quickly after startup 2024-03-02 22:09:53 +01:00
job_compilers Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
job_deleter Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
last_rendered Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
local_storage Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
persistence Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00
sleep_scheduler Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00
swagger_ui Swagger UI: remove the "try it out" buttons 2023-02-03 13:40:26 +01:00
task_logs Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00
task_state_machine Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
timeout_checker Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00