Skip to content

Make pytest-incremental assume a full run has already been executed  #4

@nicoddemus

Description

@nicoddemus

Hi,

First of all, thanks for the work on the plugin! 😁

I would like to request a new feature/workflow.

Let me describe my use case:

Before I start working on a new feature, I checkout a "known good" version of the repository, where all tests have passed on our CI servers. I would love to be able to start working by changing some files and have pytest-incremental to pick only files affected by my recent changes, skipping all other tests.

Currently to make use of pytest-incremental I need to first run the full test suite on my machine, which unfortunately is not viable as our tests take a lot of time, even when using xdist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions