nose icon indicating copy to clipboard operation
nose copied to clipboard

Does NOSE_EVAL_ATTR takes precedence over NOSE_ATTR?

Open tudu123 opened this issue 2 years ago • 0 comments

Hi, I tried to use -a and -A below at same time, looks like NOSE_EVAL_ATTR takes precedence over NOSE_ATTR, the -a ATTR has been ignored. Is it by design? is it possible to specify them at same time? Thanks.

-a=ATTR, --attr=ATTR Run only tests that have attributes specified by ATTR [NOSE_ATTR]

-A=EXPR, --eval-attr=EXPR Run only tests for whose attributes the Python expression EXPR evaluates to True [NOSE_EVAL_ATTR]

tudu123 avatar Mar 22 '22 08:03 tudu123