Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mark failing test
  • Loading branch information
coolreader18 committed Apr 2, 2020
commit 2453b7341750c47bf10404fa7f0185285d6e01ec
2 changes: 2 additions & 0 deletions Lib/test/test_unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -2417,6 +2417,8 @@ def test_raiseMemError(self):
self.assertRaises(MemoryError, alloc)
self.assertRaises(MemoryError, alloc)

# TODO: RUSTPYTHON
@unittest.expectedFailure
def test_format_subclass(self):
class S(str):
def __str__(self):
Expand Down