added more tests and helper macros
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user