Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move xxxNornirNutsContext.nornir_filter up to base class #51

Closed
lucmurer opened this issue Nov 25, 2021 · 0 comments · Fixed by #53
Closed

move xxxNornirNutsContext.nornir_filter up to base class #51

lucmurer opened this issue Nov 25, 2021 · 0 comments · Fixed by #53
Assignees
Labels
Milestone

Comments

@lucmurer
Copy link
Contributor

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.

@lucmurer lucmurer added this to the Release 3.0.2 milestone Nov 25, 2021
@lucmurer lucmurer self-assigned this Nov 25, 2021
lucmurer pushed a commit that referenced this issue Nov 25, 2021
…the same in all test-classes that subclassed it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant