Update test_bytes.py from CPython v3.11.2 by MegasKomnenos · Pull Request #4746 · RustPython/RustPython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Conversation
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Comment on lines +707 to +708
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@youknowone This should have been broken out into a separate commit.
| s3 = s1.join([b"abcd"]) | ||
| self.assertIs(type(s3), self.basetype) | ||
|
|
||
| @unittest.skip("TODO: RUSTPYHON, Fails on ByteArraySubclassWithSlotsTest") |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@youknowone This should have been broken out into a separate commit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters