Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
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
Fix test that unexpectedly succeed!
  • Loading branch information
hbina committed Apr 30, 2025
commit fc0c0f44bd3f636b657bb59eea1fe7f79475bbb9
2 changes: 0 additions & 2 deletions Lib/test/test_fstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1631,8 +1631,6 @@ def test_empty_format_specifier(self):
self.assertEqual(f"{x!s:}", "test")
self.assertEqual(f"{x!r:}", "'test'")

# TODO: RUSTPYTHON d[0] error
@unittest.expectedFailure
def test_str_format_differences(self):
d = {
"a": "string",
Expand Down