You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance subprocess management and test isolation in ProcessRunner
- Added detailed documentation to the `run` method in `ProcessRunner` to clarify the importance of test isolation during pytest execution.
- Implemented critical checks to ensure test ID logic only runs in testing environments, preventing unnecessary warnings in production.
- Improved comments to explain the rationale behind the test isolation system and its impact on database operations during parallel test execution.
0 commit comments