1
0
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:
Sébastien Helleu
2025-11-09 14:31:50 +01:00
parent 4232123ca3
commit b61dca7d2d
+13
View File
@@ -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