Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 27, 2025

  • Merge existing tests test_repr_str and test_to_str.
  • Add more tests for non-printable and non-ASCII bytes.
  • Add tests for special escape sequences ('\t\n\r').
  • Add tests for slashes.
  • Add more tests for quotes.
  • Add tests for subclasses.
  • Add test for non-ASCII class name.
  • Only apply @check_bytes_warnings for str() tests.
    (cherry picked from commit 0dbbf61)

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

…onGH-138180)

* Merge existing tests test_repr_str and test_to_str.
* Add more tests for non-printable and non-ASCII bytes.
* Add tests for special escape sequences ('\t\n\r').
* Add tests for slashes.
* Add more tests for quotes.
* Add tests for subclasses.
* Add test for non-ASCII class name.
* Only apply @check_bytes_warnings for str() tests.
(cherry picked from commit 0dbbf61)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app bedevere-app bot added awaiting review tests Tests in the Lib/test dir labels Aug 27, 2025
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) August 27, 2025 10:27
@serhiy-storchaka serhiy-storchaka merged commit cdafa05 into python:3.13 Aug 27, 2025
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants