network-unit-testing-system / nuts

NUTS defines a desired network state and checks it against a real network using pytest and nornir.
https://nuts.readthedocs.io/
MIT License
106 stars 5 forks source link

Possiblity to specify test_methods #28

Open bytinbit opened 3 years ago

bytinbit commented 3 years ago

Add the possiblity to specify which test_methods of a test class should be executed. If no test_methods are specified all testmethods should be executed.