mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
tests: add unit tests on command /allbuf
This commit is contained in:
@@ -146,6 +146,19 @@ TEST_GROUP(CoreCommand)
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* command_allbuf
|
||||
*/
|
||||
|
||||
TEST(CoreCommand, Allbuf)
|
||||
{
|
||||
WEE_CMD_CORE_MIN_ARGS("/allbuf", "/allbuf");
|
||||
|
||||
WEE_CMD_CORE("/allbuf /print test allbuf");
|
||||
WEE_CHECK_MSG_CORE("", "test allbuf");
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* command_away
|
||||
|
||||
Reference in New Issue
Block a user