nf-test
nf-test copied to clipboard
[feature] exclude tests by tag
Hello!
Would it be possible to add an option to exclude tests by tag?
Essentially, the opposite functionality of --tag
, similar to what pytest can achieve by using not
in expressions (i.e., -k 'not my_tag'
).
Thank you!