-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
The --forked option add a lot of time overhead. In our project structure (monorepo) we are running into global state conflicts between conftest.py of different packages and other global state issues between these packages but testing every package isolated from each other is not an issue.
It would be nice if one could define a path with regex and pytest-forked would then only fork per found subpath.
For example
compontents/*Fork per folder in components**/testsFork pertestsfolder
This way we could get the usual speed but isolate package tests from each other in subprocesses.
Metadata
Metadata
Assignees
Labels
No labels