pytest-split icon indicating copy to clipboard operation
pytest-split copied to clipboard

file based splits

Open williambdean opened this issue 10 months ago • 5 comments

I'm interested in file based splits in order to keep modules together

For example:

a.py
b.py
sub_module/c.py
sub_module/d.py
another_sub_module/e.py

A split might be like a.py and b.py, sub_module, and another_sub_module

williambdean avatar Dec 29 '24 08:12 williambdean