Split test_dis
into a directory by separating generated content
#123361
Labels
test_dis
into a directory by separating generated content
#123361
Feature or enhancement
This issue suggests to continue my work on having better tests and better test structure: #108303
Recently we had a big upgrade in
test_ast
when we splitted the generate tests from the actual tests: #122292Right now
test_dis
also has this problem. There are around 300 lines of generated code intest_dis.py
.I suggest to:
test_dis
directorytest_dis/snippets.py
./python.exe Lib/test/test_dis/snippets.py
to always output new snippets to simplify the development, we would no longer need to uncomment / comment this line:cpython/Lib/test/test_dis.py
Line 1686 in 9f9b00d
test_dis.py
I have a PR ready. Please, take a look and discuss!
Linked PRs
test_dis.py
into a directory #123362The text was updated successfully, but these errors were encountered: