mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests: add unit tests on command /history
This commit is contained in:
@@ -1039,7 +1039,10 @@ TEST(CoreCommand, Help)
|
||||
|
||||
TEST(CoreCommand, History)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
WEE_CMD_CORE("/history");
|
||||
WEE_CMD_CORE("/history clear");
|
||||
WEE_CMD_CORE_ERROR_GENERIC("/history xxx");
|
||||
WEE_CMD_CORE_ERROR_GENERIC("/history -1");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user