In working on #207, I noticed that a number of the older unit tests for the RecipeParser class are not as comprehensive as I imagined, especially around the patch() command. Most of the tests are also not parametrized.
We should go back and improve this work. I'm sure we will find bugs along the way.
In working on #207, I noticed that a number of the older unit tests for the
RecipeParser
class are not as comprehensive as I imagined, especially around thepatch()
command. Most of the tests are also not parametrized.We should go back and improve this work. I'm sure we will find bugs along the way.