mrc-ide / rrq

:runner::runner::runner: Lightweight Redis queues
https://mrc-ide.github.io/rrq/
Other
24 stars 4 forks source link

Use free functions through tests #115

Closed richfitz closed 6 months ago

richfitz commented 6 months ago

This is a big noisy and largely uninteresting PR! It mostly moves uses like obj$task_status(...) to rrq_task_status(..., controller = obj) for all the methods. The exceptions are the tests in test-bulk.R which will be removed once the old bulk interface is dropped, and a couple of other tests that will become obsolete.

Mostly mechanical, except for