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

Is pytest-dependency suppose to tell me why a test was skipped? I see nothing in the output explaining why. #73

Open
red8888 opened this issue Feb 13, 2023 · 1 comment
Labels
support Issue induced by the requester not fully understanding the software rather then by a misbehavior

Comments

@red8888
Copy link

red8888 commented Feb 13, 2023

I see this in my output:

3 passed, 1 skipped, 1 warning in 18.60s

But no reason why a test was skipped. I see in some places there is SKIP [1] ... output, but I'm not getting that.

Without getting into my specific problem I just want to confirm if there is something I'm missing that turns that output on.

I'm using the latest version and passing pytest --verbose.

@RKrahl
Copy link
Owner

RKrahl commented Dec 31, 2023

Try running pytest with option -rs, see the pytest Command-line Flags reference.

@RKrahl RKrahl added the support Issue induced by the requester not fully understanding the software rather then by a misbehavior label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Issue induced by the requester not fully understanding the software rather then by a misbehavior
Projects
None yet
Development

No branches or pull requests

2 participants