constchar*context;// immediate context of current test
constchar*full_context;// full context of current test
intdepth;// how many tests "deep" are we?
void(*report)(constchar*);// prints a string immediately
};
structTestLogEntry
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.