You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: