As more scripts will start to use percy, and especially the Recipe class, it would be convenient to provide a mocker for a Recipe object, or at least, a mechanism/documentation for easily creating them.
A number of functions in recipe-bootstrapper can't be tested without a Recipe mocker. I'm sure other tools will want to mock Recipes too, and I'd prefer to standardize mocking somewhere before everyone has to invent their own.
As more scripts will start to use
percy
, and especially theRecipe
class, it would be convenient to provide a mocker for aRecipe
object, or at least, a mechanism/documentation for easily creating them.A number of functions in
recipe-bootstrapper
can't be tested without aRecipe
mocker. I'm sure other tools will want to mock Recipes too, and I'd prefer to standardize mocking somewhere before everyone has to invent their own.