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,
|
'pygments_style': None,
|
||||||
'redactions': None,
|
'redactions': None,
|
||||||
'server_buffer': None,
|
'server_buffer': None,
|
||||||
|
'new_channel_position': None,
|
||||||
},
|
},
|
||||||
'network': {
|
'network': {
|
||||||
'debug_buffer': None,
|
'debug_buffer': None,
|
||||||
|
@ -230,6 +231,14 @@ def buffer_get_string(_ptr, property):
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|
||||||
|
def buffer_get_integer(_ptr, property):
|
||||||
|
return 0
|
||||||
|
|
||||||
|
|
||||||
|
def current_buffer():
|
||||||
|
return 1
|
||||||
|
|
||||||
|
|
||||||
def nicklist_add_group(*_, **__):
|
def nicklist_add_group(*_, **__):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue