forked from Alepha/Alepha
Put in some structure to test output.
This helps to visually distinguish between different cases which executed and when new tests start.
This commit is contained in:
@ -12,7 +12,8 @@ namespace Alepha::Hydrogen::Testing ::detail:: testing_colors
|
||||
{
|
||||
inline const auto testFail= createStyle( "test-failure", setFgColor( BasicTextColor::red ) );
|
||||
inline const auto testPass= createStyle( "test-success", setFgColor( BasicTextColor::green ) );
|
||||
inline const auto testInfo= createStyle( "test-info", "italic ansi:5"_sgr );
|
||||
inline const auto testWarn= createStyle( "test-warn", "italic ansi:5"_sgr );
|
||||
inline const auto testInfo= createStyle( "test-info", "ext:rgb235"_sgr );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user