Re: [OE-core] [PATCH 5/5] oe-selftest: add go recipe create selftest

2022-05-11 Thread Mark Asselstine
On 2022-05-06 03:16, Alexander Kanavin wrote: Also here an explanation of what the test does would be useful. Please keep in mind: writing code is only half the job. You need to explain it to non-specialists too, we're already struggling with items which are understood by few people, or in

Re: [OE-core] [PATCH 5/5] oe-selftest: add go recipe create selftest

2022-05-06 Thread Alexander Kanavin
Also here an explanation of what the test does would be useful. Please keep in mind: writing code is only half the job. You need to explain it to non-specialists too, we're already struggling with items which are understood by few people, or in some cases only one person. Alex On Fri, 6 May

[OE-core] [PATCH 5/5] oe-selftest: add go recipe create selftest

2022-05-06 Thread Stefan Herbrechtsmeier
From: Lukas Funke Signed-off-by: Lukas Funke Signed-off-by: Stefan Herbrechtsmeier --- meta/lib/oeqa/selftest/cases/recipetool.py | 88 ++ 1 file changed, 88 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py