Skip to content

run LogChecker.check_all at begin of TestClass

Bruno Goncalves requested to merge fix-tc into master

tend runs check_all, to avoid it reporting failure unrelated to the test execution we should run check_all when initializing the class.

Merge request reports