-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Goal: Speed up test execution by minimizing process forking.
Ideas to explore:
- Investigate if tests are being unnecessarily run in subshells.
- Introduce an option like
--no-forkto run tests in the same shell context. - Profile execution with
timeand compare forked vs non-forked.
Output:
- When run with
--no-fork, tests should complete faster with same results. - Include a warning that disabling forking may affect isolation between tests.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status