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

Does NOSE_EVAL_ATTR takes precedence over NOSE_ATTR? #1121

Open
tudu123 opened this issue Mar 22, 2022 · 0 comments
Open

Does NOSE_EVAL_ATTR takes precedence over NOSE_ATTR? #1121

tudu123 opened this issue Mar 22, 2022 · 0 comments

Comments

@tudu123
Copy link

tudu123 commented Mar 22, 2022

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant