diff options
author | Jérémy Rosen <jeremy.rosen@smile.fr> | 2023-10-10 15:49:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-15 09:11:47 +0100 |
commit | 5330065f51fc0dcc2b74360220b2c97c4b80e622 (patch) | |
tree | 7f899349e50a0c50617c5f20a0af500359cfafb8 /documentation/overview-manual | |
parent | 9c7148318fd78eefe7c30d2d151b7f1ffd3834f8 (diff) | |
download | poky-5330065f51fc0dcc2b74360220b2c97c4b80e622.tar.gz |
insane: Add unimplemented-ptest infrastructure
This infrastructure will use heuristics to detect when package sources seem
to have unit tests implemented but no ptest have been implemented in the
recipe.
No heuristics have been implemented at this point, only the infrastructure
to skip the test when ptest are implemented.
This is part of python_do_qa_patch since we need the sources in their final
state but do not need any configuration done
A missing-ptest QA test already existed but it was used for a different
purpose and overridden by ptest.bbclass. Thus, a new QA keyword was added
Note: The QA test is not enabled by default and may be enabled to hunt
down potential ptests with:
WARN_QA += "unimplemented-ptest"
(From OE-Core rev: 282ae38543e22cbdcbf69c64eace551997927ce3)
Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
0 files changed, 0 insertions, 0 deletions