10000 py 1.8.2 breaks collect-only package printing on windows · Issue #7477 · pytest-dev/pytest · GitHub
[go: up one dir, main page]

Skip to content
py 1.8.2 breaks collect-only package printing on windows #7477
@kmura-dlb

Description

@kmura-dlb

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 phasetype: bugproblem that needs to be addressed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0