-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
topic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
When having a tests directory that contains subfolders with each containing some tests:
e.g.
tests
folder_1
folder_2
subfolder_1
test_module.py
collect only always only reports Package as tests
e.g.:
<Package tests>
<Module test_module.py>
<Function test_someting[parameter]>
1.8.1 on windows and 1.8.2 on Darwin / linux would do this:
e.g.:
<Package tests\folder_2\subfolder_1>
<Module test_module.py>
<Function test_someting[parameter]>
Metadata
Metadata
Assignees
Labels
topic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressed