-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Specify paramterized node in command line - Issue #649 #1452
Specify paramterized node in command line - Issue #649 #1452
Conversation
good work, its mergable as is as for nitpicking, could you please add a todo comment to remove the workaround once collection structure properly contains parameterization in any case i'll merge after work |
(I gave a 👍 to the PR, does anyone receive a notification for that?) |
@nicoddemus No, I think that's the whole point of those reactions - I think they got added because for bigger projects, dozens of 👍 comments were too noisy |
Thanks for the good reviews :). |
no pr or issue, i have it on my personal agenda for the sprint |
I added the TODO comment |
well done, thanks |
…mmand-line Specify paramterized node in command line - fixes #649
Hi, how do I use this ? I have parametrized tests which name are WST_6,WST_7,WST_61,WST_62 and I want a way to run specifically test WST_6, if I use the -k parameter then it will run also WST_61 and WST_62. How can I solve this ? |
@david-fliguer-ws based on the test names you provided they cant be based on pytest parametrization, so this doesn't apply to you |
This PR solves the problem specified in Issue #649.
I added the test to test_mark but i am not so sure that is the right place.