-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-119306: Break up _pyrepl tests #119307
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 < 8000 /p>
Conversation
I think this PR doesn't need a news entry. Let me know if these changes make sense |
Thanks @eugenetriguba for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @eugenetriguba and @ambv, I could not cleanly backport this to
|
(cherry picked from commit f49df4f) Co-authored-by: Eugene Triguba <eugenetriguba@gmail.com>
GH-119362 is a backport of this pull request to the 3.13 branch. |
This breaks up the
test_pyrepl.py
file into separate files to make it easier to continue adding more tests too without having one incredibly long file to try to manage.