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
Copy file name to clipboardExpand all lines: docs/source/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Pytest reads in the test bundle (step 2 above) and transforms it into test runs.
36
36
37
37
.. image:: images/nuts-ablauf-en.drawio.png
38
38
:width:800
39
-
:alt:Nuts will take the YAML-test bundles and generate pytest test classes from them. This test classes will run the respective Nornir tasks and get the results from them in form of Nornir 'MultiResult's or 'AggregatedResult's respectively. NUTS will provide these test results to the pytest test functions in form of 'NutsResult' instances.
39
+
:alt:Nuts will take the YAML-test bundles and generate pytest test classes from them. These test classes will run the respective Nornir tasks and get the results from them in form of a Nornir 'MultiResult' or 'AggregatedResult' respectively. NUTS will provide these test results to the pytest test functions in form of 'NutsResult' instances.
0 commit comments