conda-incubator / conda-recipe-manager

A project for libraries and automated tools that manage and manipulate conda recipe files.
BSD 3-Clause "New" or "Revised" License
10 stars 8 forks source link

Audit Older Recipe Parser Unit Tests #211

Open schuylermartin45 opened 3 weeks ago

schuylermartin45 commented 3 weeks ago

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.