tests: Add initial buffer tests.

This commit is contained in:
Damir Jelić 2018-11-07 13:50:55 +01:00
parent ef7b2b7eaf
commit 2022151bd0
2 changed files with 22 additions and 0 deletions

View file

@ -154,6 +154,12 @@ def buffer_set(*_, **__):
return
def buffer_get_string(_ptr, property):
if property == "localvar_type":
return "channel"
return ""
def nicklist_add_group(*_, **__):
return