Re: [yocto-patches] [wic][PATCH v2 0/4] oe/path: three fixes plus unit coverage
Trevor Woerner <[email protected]> Thu, 30 Jul 2026 11:57:10 -0400
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
On Thu 2026-07-30 @ 01:04:05 PM, Paul Barker via lists.yoctoproject.org wrote: > On Thu, 2026-07-30 at 07:55 -0400, Trevor Woerner via > lists.yoctoproject.org wrote: > > On Fri 2026-07-24 @ 04:04:55 PM, Paul Barker via lists.yoctoproject.org wrote: > > > On Fri, 2026-07-24 at 07:50 -0400, Trevor Woerner via > > > lists.yoctoproject.org wrote: > > > > This series continues the standalone unit-test work, this time over > > > > oe/path.py. It follows the same shape the suite settled on: each > > > > source fix is its own standalone commit, and the green test module > > > > lands last, so the suite passes at every commit. > > > > > > LGTM, assuming these are direct copies of what was added to OE-core. > > > > Almost. The 3 "fix" patches are identical, but the unit test patch is > > different because wic uses pytest and oe-core uses unittest. The test > > coverage and what is tested are the same between them, just expressed > > differently depending on the test framework. > > Thanks for clarifying. wic doesn't need to be limited to using unittest, > so this makes sense to me :) > > Reviewed-by: Paul Barker <[email protected]> Excellent! Thank you for your review! This series has been applied to wic, master branch.