-
-
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
Select tests according to their mark #50
Comments
Original comment by David Burns (BitBucket: AutomatedTester, GitHub: AutomatedTester): We should also be able to negate marks to not have them included |
1 similar comment
Original comment by David Burns (BitBucket: AutomatedTester, GitHub: AutomatedTester): Yea, I know someone who has just created plugin that we can use to bring it into the core. |
Original comment by David Burns (BitBucket: AutomatedTester, GitHub: AutomatedTester): Is there anything else that needs to be done with the pull request for this? |
Also, output less confusing messages in --check. Fixes pytest-dev#50
Add S3 fixture using minio
Originally reported by: David Burns (BitBucket: AutomatedTester, GitHub: AutomatedTester)
Currently the only way to sort through tests is with the -k option. Unfortunately this also looks at the method name which can run tests you don't want/expect.
For example
It would be great if we could add a -m option that only looks at the marks.
so if I did py.test -m prod only the second test would be run.
The text was updated successfully, but these errors were encountered: