◐ Shell
clean mode source ↗

gh-140601: Refactor ElementTree.iterparse() tests by serhiy-storchaka · Pull Request #141499 · python/cpython

Split existing tests on smaller methods and move them to separate class.
Rename variable "content" to "it".
Use BytesIO instead of StringIO.
Add few more tests.

ashm-dev

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 13, 2025
)

Split existing tests on smaller methods and move them to separate class.
Rename variable "content" to "it".
Use BytesIO instead of StringIO.
Add few more tests.
(cherry picked from commit 2fbd396)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 13, 2025
)

Split existing tests on smaller methods and move them to separate class.
Rename variable "content" to "it".
Use BytesIO instead of StringIO.
Add few more tests.
(cherry picked from commit 2fbd396)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

serhiy-storchaka added a commit that referenced this pull request

Nov 13, 2025
…H-141503)

Split existing tests on smaller methods and move them to separate class.
Rename variable "content" to "it".
Use BytesIO instead of StringIO.
Add few more tests.
(cherry picked from commit 2fbd396)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

serhiy-storchaka added a commit that referenced this pull request

Nov 13, 2025
…H-141502)

Split existing tests on smaller methods and move them to separate class.
Rename variable "content" to "it".
Use BytesIO instead of StringIO.
Add few more tests.
(cherry picked from commit 2fbd396)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Nov 13, 2025

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Nov 14, 2025

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Nov 14, 2025

StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request

Dec 6, 2025
)

Split existing tests on smaller methods and move them to separate class.
Rename variable "content" to "it".
Use BytesIO instead of StringIO.
Add few more tests.