Get the tests passing
This commit is contained in:
parent
d3f37d059c
commit
6d58ff0695
1 changed files with 9 additions and 0 deletions
|
@ -61,6 +61,7 @@ class MockConfig(object):
|
|||
'pygments_style': None,
|
||||
'redactions': None,
|
||||
'server_buffer': None,
|
||||
'new_channel_position': None,
|
||||
},
|
||||
'network': {
|
||||
'debug_buffer': None,
|
||||
|
@ -230,6 +231,14 @@ def buffer_get_string(_ptr, property):
|
|||
return ""
|
||||
|
||||
|
||||
def buffer_get_integer(_ptr, property):
|
||||
return 0
|
||||
|
||||
|
||||
def current_buffer():
|
||||
return 1
|
||||
|
||||
|
||||
def nicklist_add_group(*_, **__):
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue