-
Notifications
You must be signed in to change notification settings - Fork 22
[E2E] Worktree test #802
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
[E2E] Worktree test #802
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Tests, Enhancement
Description
Add E2E test using git worktree
Extend TestConfig with worktree flag
Pass --worktree to CLI when enabled
Update CI to run worktree E2E
Diagram Walkthrough
File Walkthrough
end_to_end_test_topological_sort.py
Remove legacy topological sort E2Etests/scripts/end_to_end_test_topological_sort.py
end_to_end_test_topological_sort_worktree.py
Add worktree-enabled E2E test scripttests/scripts/end_to_end_test_topological_sort_worktree.py
end_to_end_test_utilities.py
Support worktree flag in test utilitiestests/scripts/end_to_end_test_utilities.py
use_worktreeto TestConfig--worktreeCLI flag when sete2e-topological-sort.yaml
Update CI to run worktree E2E.github/workflows/e2e-topological-sort.yaml