Revision c071c5b3
b/test/mocks.py | ||
---|---|---|
61 | 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