Why is the -r flag testing every file in the folder? #12309
Unanswered
samuelwhiskeyjohnson
asked this question in
Q&A
Replies: 1 comment
-
The r flags expects a parameter Due to the lack it seems like argparse considers the filename as argumr to the flag and takes it off the list of files Please add Arguments to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just want to test
test_skip.py
file.But
pytest -r test_skip.py
is testing every file in the folder that contains other .py files.Beta Was this translation helpful? Give feedback.
All reactions