We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298b169 commit 992f5aaCopy full SHA for 992f5aa
Lib/test/test_bigmem.py
@@ -798,17 +798,6 @@ def test_isspace(self, size):
798
def test_istitle(self, size):
799
super().test_istitle(size)
800
801
- # TODO: RUSTPYTHON
802
- @unittest.expectedFailure
803
- def test_lstrip(self, size):
804
- super().test_lstrip(size)
805
-
806
807
808
- def test_rstrip(self, size):
809
- super().test_rstrip(size)
810
811
812
class BytearrayTest(unittest.TestCase, BaseStrTest):
813
814
def from_latin1(self, s):
0 commit comments