forked from EvergreenCrypto/docker-finance
container: root: test: unit: utility: add exit function no-op case
This commit is contained in:
@@ -341,6 +341,12 @@ TEST_F(CommonFree, exec)
|
||||
ASSERT_EQ(common::exec("pwd"), 0);
|
||||
}
|
||||
|
||||
TEST_F(CommonFree, exit)
|
||||
{
|
||||
// NOTE: no-op (or else entire framework exits).
|
||||
// Execution is covered in functional tests (gitea workflow).
|
||||
}
|
||||
|
||||
TEST_F(CommonFree, make_timestamp)
|
||||
{
|
||||
ASSERT_EQ(common::make_timestamp().size(), 20);
|
||||
|
||||
Reference in New Issue
Block a user