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 xxxNornirNutsContext.nornir_filter() function is implemented the same in all test classes subclassing NornirNutsContext. So it can be moved up directly to the class NornirNutsContext.
If a special nornir_filter() is needed in future test classes it can still be overwritten in the respective test class.
The text was updated successfully, but these errors were encountered:
The
xxxNornirNutsContext.nornir_filter()
function is implemented the same in all test classes subclassingNornirNutsContext
. So it can be moved up directly to the classNornirNutsContext
.If a special
nornir_filter()
is needed in future test classes it can still be overwritten in the respective test class.The text was updated successfully, but these errors were encountered: