Skip to content

Test filtering in tox.ini is imprecise #848

@bkeryan

Description

@bkeryan

Tech Debt

-k "not grpc" filters out tests that contain grpc in their name or use the grpc_init_kwargs fixture, but unfortunately it also seems to filter out tests that have a grpc_skip marker.

-k "library" only runs tests that contain library in their name or use the library_init_kwargs fixture, and unfortunately it also filters out tests that are not specific to library or grpc, such as feature toggle tests.

AB#3354823

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech debtNon-user-visible improvement to code or development process

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions