commit | a12b1ab991fe5209f32d0ecdd9e7bfc876613134 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 05 21:41:50 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:46 2020 -0600 |
tree | d639638e0efaf7f80a9b090f39fc5ff4f64eb238 | |
parent | 85a03def8ef98d9e25afb3325d3cb8203216e1fd [diff] |
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>