]> git.dujemihanovic.xyz Git - u-boot.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>
Mon, 20 Jul 2020 17:37:46 +0000 (11:37 -0600)
commit5d597584dbf027ce3e87d06001f5cbc2bde26eb2
treed639638e0efaf7f80a9b090f39fc5ff4f64eb238
parentf36537597583a75f357b3927b1e5d816822c90db
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