From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 19 Jul 2020 13:49:49 -0700 Subject: [RFC PATCH 03/16] patman: Add a test that uses gitpython In-Reply-To: <20200706034203.2171077-4-sjg@chromium.org> References: <20200706034203.2171077-4-sjg@chromium.org> <20200706034203.2171077-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de It is convenient to use gitpython to create a real git repo for testing patman's operation. Add a test for this. So far it just checks that patman produces the right number of patches for a branch. Signed-off-by: Simon Glass --- tools/patman/func_test.py | 151 +++++++++++++++++++++++++++++++++++++- tools/patman/tools.py | 4 +- 2 files changed, 152 insertions(+), 3 deletions(-) Applied to u-boot-dm