Pytest collection when folder and subfolder/file specified #13697
Replies: 1 comment 1 reply
-
See #12083 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting unexpected collection behavior.
Folder layout
pytest --collect-only tests/unit/ tests/unit/test_one.py
collects only tests fromtests/unit/test_one.py
While I would expect it to collect tests from all test files.
How can I force pytest to collect all tests from
tests/unit/
?Beta Was this translation helpful? Give feedback.
All reactions