added more tests and helper macros

This commit is contained in:
2025-01-24 14:47:07 -08:00
parent e67703d886
commit c0e11b25c1
3 changed files with 55 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ void printoutPickle(pickle p) {
if(p.passed) {
std::cout << "\033[1;92m[=======Pickled======]\n";
}else {
std::cout << "\033[1;31m[==Droped the Pickle=]" << p.message<<"\n";
std::cout << "\033[1;31m[==Droped the Pickle=] " << p.message<<"\n";
}
std::cout << "[========DONE========]\033[1;39;49m\n";
}