-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Split up Lib/test/test_ast.py
#122292
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
Labels
Comments
vstinner
pushed a commit
that referenced
this issue
Jul 29, 2024
Eclips4
added a commit
to Eclips4/cpython
that referenced
this issue
Jul 29, 2024
…le of files (pythonGH-122293) (cherry picked from commit 9187484) Co-authored-by: Kirill Podoprigora <[email protected]>
Eclips4
added a commit
to Eclips4/cpython
that referenced
this issue
Jul 29, 2024
…le of files (pythonGH-122293) (cherry picked from commit 9187484) Co-authored-by: Kirill Podoprigora <[email protected]>
The issue is now implemented. Thanks @Eclips4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature or enhancement
Proposal:
Lib/test/test_ast.py
currently contains aast
test cases, and code-generated data such asexec_results
,eval_results
andsingle_results
.I propose to move the snippets which are used to generate these variables and the code which is generated into a separate file.
The
test_ast
directory would look like this:Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Lib/test/test_ast.py
into a couple of files #122293Lib/test/test_ast.py
into a couple of … #122393Lib/test/test_ast.py
into a couple of … #122395The text was updated successfully, but these errors were encountered: