The overall data flow and when the data is what kind of result (nornir Result, MultiResult, AggregatedResult, NutsResult...) is hard to understand. We need a diagram that visualizes the overall flow of data and how it's wrapped into what kind of Result.
2 Diagrams (?):
Data flow (what comes into Nuts, how is it transformed (how does a yaml become a pytest test class), what is the output?
Nornir Result/MultiResult/AggregatedResult, NutsResult, pytest result
Raw data (nornir $result) => comes into Extractor => parses it, turns it into NutsResult => pytest tests data => outcome (pytest result)
The overall data flow and when the data is what kind of result (nornir Result, MultiResult, AggregatedResult, NutsResult...) is hard to understand. We need a diagram that visualizes the overall flow of data and how it's wrapped into what kind of Result.
2 Diagrams (?):
Raw data (nornir $result) => comes into Extractor => parses it, turns it into NutsResult => pytest tests data => outcome (pytest result)