Skip to content

CI: how to ensure certain tests have been run #26428

Open
@jorisvandenbossche

Description

@jorisvandenbossche

From a discussion in #26103: for some time the clipboard tests have not been running, without that we actually noticed it (apart from that something in the doc build failed for a similar reason).

You can check the skipped tests (but they are only in there if the tests were ran in the first place, which depends on the selection marker).

@jreback suggested printing something (for the specific case of the clipboard tests), but although we have -s that didn't seem to work

In general, it might be nice to have some overview of the tests that have run. Using pytest -v however shows every test on a single line, and is probably too much. Something in between like showing each file (and the tests as dots next to each file) would be nice instead of only dots. Anybody know if that is possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous Integration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions