bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH] README: Add note about test suite and new tests
Date: Sun, 22 Aug 2021 22:29:25 +0100	[thread overview]
Message-ID: <20210822212925.612609-2-richard.purdie@linuxfoundation.org> (raw)
In-Reply-To: <20210822212925.612609-1-richard.purdie@linuxfoundation.org>

Document that bitbake-selftest exists and that we appreciate test cases.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 README | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README b/README
index 64206de8a8..b9b3762972 100644
--- a/README
+++ b/README
@@ -38,3 +38,11 @@ Mailing list:
 Source code:
 
     http://git.openembedded.org/bitbake/
+
+Testing:
+
+Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions.
+You can run this with "bitbake-selftest". In particular the fetcher is well covered since
+it has so many corner cases. The datastore has many tests too. Testing with the testsuite is
+recommended becore submitting patches, particularly to the fetcher and datastore. We also
+appreciate new test cases and may require them for more obscure issues.
-- 
2.32.0


  reply	other threads:[~2021-08-22 21:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-22 21:29 [PATCH] bitbake: Make 3.6.0 the minimum python version Richard Purdie
2021-08-22 21:29 ` Richard Purdie [this message]
2021-08-23 13:45   ` [bitbake-devel] [PATCH] README: Add note about test suite and new tests Peter Kjellerstedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210822212925.612609-2-richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).