Reputation: 2055
Say, I have many test suites attached to the master suite. They run turn by turn. How to print a text message before each suite starts running? If I do it in initialization functions, everything is printed at the very beginning, before any suite starts running. If I do it inside a test function, the message may appear multiple times. There should be some macro or something else specifically designed for that purpose.
Upvotes: 2
Views: 2110
Reputation: 106609
Change the value of log_level:
Upvotes: 4