mbox series

[0/3] Improve yocto-check-layer test_readme method

Message ID 20260120194722.142355-1-ungerer.ricardo@gmail.com
Headers show
Series Improve yocto-check-layer test_readme method | expand

Message

Ricardo Ungerer Jan. 20, 2026, 7:47 p.m. UTC
This series of patches improves the test_readme method in the
yocto-check-layer tool by:

1. adding context messages to assertions,
2. changing the python function used to check email addresses from re.match to
   re.search,
3. adding a docstring to the test_readme method

Ricardo Ungerer (3):
  yocto-check-layer: Add messages in test_readme assertions
  yocto-check-layer: Fix README email check
  yocto-check-layer: Add docstring to test_readme method

 scripts/lib/checklayer/cases/common.py | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

--
2.43.0