parent
5ed9768b87
commit
54b5dec6c7
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ class ModuleMock:
|
||||||
self.blocked_groups = []
|
self.blocked_groups = []
|
||||||
self.blocked_all = False
|
self.blocked_all = False
|
||||||
|
|
||||||
|
# Bookmarks
|
||||||
|
self.bookmarks = {}
|
||||||
|
|
||||||
def __getattr__(self, key):
|
def __getattr__(self, key):
|
||||||
def _mock(self, *args, **kwargs):
|
def _mock(self, *args, **kwargs):
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue