-
Notifications
You must be signed in to change notification settings - Fork 22
parallel test discovery + disabled cache #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍(Review updated until commit a81bb64)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to a81bb64
Previous suggestionsSuggestions up to commit 26b738f
|
|
Persistent review updated to latest commit a81bb64 |
PR Type
Enhancement, Tests
Description
Add caching to skip unchanged tests
Extract single-file test processing helper
Improve pytest and unittest parameter parsing
Refactor process_test_files implementation
Changes walkthrough 📝
discover_unit_tests.py
Refactor test file processing with cachingcodeflash/discovery/discover_unit_tests.py
_process_single_test_filehelper functionprocess_test_filesto invoke helper