You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: