condiment icon indicating copy to clipboard operation
condiment copied to clipboard

Dry run

Open edisonywh opened this issue 3 years ago • 0 comments

Might be nice to be able to do a dry run on a Condiment struct, this could be useful for testing and also useful for debugging to see what is going to be run (without actually running).

Some considerations:

  • What's the API? Do we add opts to Condiment.run?
  • What should this API return? One useful example is how Ecto.Multi does to_list/1

edisonywh avatar Sep 05 '20 21:09 edisonywh