mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add tell mock to MockFH
This commit is contained in:
parent
4b5a393445
commit
19022eb9e5
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ class MockFH(object):
|
|||
self.close = Mock()
|
||||
self.write = Mock()
|
||||
self.writelines = Mock()
|
||||
self.tell = Mock()
|
||||
|
||||
def _iterate_read_data(self, read_data):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue