Get the tests passing

This commit is contained in:
Marco Sirabella 2019-11-22 18:44:07 -05:00
parent d3f37d059c
commit 6d58ff0695
No known key found for this signature in database
GPG key ID: 350CE23EFB20D1A7

View file

@ -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