Revision 825e13df

b/test/mocks.py
55 55
class FakeProc:
56 56
    """Fake processor object"""
57 57

  
58
    def LogWarning(self, msg):
58
    def LogWarning(self, msg, *args, **kwargs):
59 59
        pass
60 60

  
61
    def LogInfo(self, msg):
61
    def LogInfo(self, msg, *args, **kwargs):
62 62
        pass
63 63

  
64
    def LogStep(self, current, total, message):
65
        pass
66

  
67

  
64 68
class FakeContext:
65 69
    """Fake context object"""
66 70

  

Also available in: Unified diff