]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Add a test that uses gitpython
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:50 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commit313899606abcea8e9121a61b9578fe41b0f9ffb2
tree4db2e6da3794fb533c345ef2987a2b0d7fc61063
parent1a2e03aefbc909bfd0d626aa5de8458ea63a4a51
patman: Add a test that uses gitpython

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 <sjg@chromium.org>
tools/patman/func_test.py
tools/patman/tools.py