Open
Description
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
Labels
No labels