-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Break up _pyrepl tests #119306
Labels
Comments
eugenetriguba
added a commit
to eugenetriguba/cpython
that referenced
this issue
May 21, 2024
eugenetriguba
added a commit
to eugenetriguba/cpython
that referenced
this issue
May 21, 2024
Eclips4
added
tests
Tests in the Lib/test dir
topic-repl
Related to the interactive shell
labels
May 21, 2024
eugenetriguba
added a commit
to eugenetriguba/cpython
that referenced
this issue
May 21, 2024
eugenetriguba
added a commit
to eugenetriguba/cpython
that referenced
this issue
May 21, 2024
ambv
pushed a commit
that referenced
this issue
May 21, 2024
Thanks! ✨ 🍰 ✨ |
lysnikolaou
pushed a commit
to lysnikolaou/cpython
that referenced
this issue
May 21, 2024
(cherry picked from commit f49df4f) Co-authored-by: Eugene Triguba <eugenetriguba@gmail.com>
lysnikolaou
added a commit
that referenced
this issue
May 22, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to work on increasing the test coverage of the new _pyrepl module:
However, with all the tests in the single file, it was seeming like it'd start to get unwieldy. As a first step, I'd like to break this
test_pyrepl.py
file apart.Linked PRs
The text was updated successfully, but these errors were encountered: