1
0
forked from Alepha/Alepha

Individual TableTest cases can be disabled.

This commit is contained in:
2023-11-13 11:45:56 -05:00
parent 4682fe3ffb
commit c6b66aa7b5
5 changed files with 92 additions and 17 deletions

View File

@ -13,7 +13,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 testWarn= createStyle( "test-warn", "italic ansi:5"_sgr );
inline const auto testInfo= createStyle( "test-info", "ext:rgb235"_sgr );
inline const auto testInfo= createStyle( "test-info", "italic ext:11"_sgr );
inline const auto testStat= createStyle( "test-status", "ext:rgb235"_sgr );
}
}
}