Instead of passing the URL and function to each call, put the fake into the Patchwork object instead.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) tools/patman/control.py | 4 ++- tools/patman/func_test.py | 41 +++++++++++++-------------- tools/patman/patchwork.py | 26 ++++++++++++++++++ tools/patman/status.py | 58 ++++++++++----------------------------- 4 files changed, 62 insertions(+), 67 deletions(-) Applied to sjg/master, thanks!