Closed mgalka closed 3 years ago
@mgalka The subject of the commit message reads:
Rework log fragments adding
Does this mean, rework how log fragments get added? Or is it missing some words?
Tested OK with fix from #284, both can be merged now on the topic branch.
Created LogFragmentsMixin class that which is used to group test fragments handling logic. It's content is used by LavaResult class to handle log fragments adding to the groups structure. The main reason of mixin creation was to separate log fragments handling from test results.