While there are ways to test effects right now, they involve a lot of boilerplate and indirection, and it seems most appropriate to be able to compare Cmds directly, when it comes to tests.
I opened this issue mainly to track the status of this idea. Is there a concrete plan for this?
I wonder how this would work out in practice, since commands can contain functions (i.e. msg constructors or tasks) and equality on functions is impossible to assert.
As hinted at on Discourse, there was a plan to add
Cmd
testing toelm-test
.While there are ways to test effects right now, they involve a lot of boilerplate and indirection, and it seems most appropriate to be able to compare
Cmd
s directly, when it comes to tests.I opened this issue mainly to track the status of this idea. Is there a concrete plan for this?