diff --git a/test/mocks.py b/test/mocks.py index 58e68c3c3c74d1dccaa364a1170ac383dffef1c4..4c0ae072c0a9c007b08c345452ad9fdc0956921c 100644 --- a/test/mocks.py +++ b/test/mocks.py @@ -61,6 +61,10 @@ class FakeProc: def LogInfo(self, msg, *args, **kwargs): pass + def LogStep(self, current, total, message): + pass + + class FakeContext: """Fake context object"""