tests: Add initial buffer tests.
This commit is contained in:
parent
ef7b2b7eaf
commit
2022151bd0
2 changed files with 22 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue