Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 78809a5

Browse filesBrowse files
committed
Fix test that unexpectedly succeed!
1 parent aa275ba commit 78809a5
Copy full SHA for 78809a5

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎Lib/test/test_fstring.py

Copy file name to clipboardExpand all lines: Lib/test/test_fstring.py
-2
Original file line numberDiff line numberDiff line change
@@ -1631,8 +1631,6 @@ def test_empty_format_specifier(self):
16311631
self.assertEqual(f"{x!s:}", "test")
16321632
self.assertEqual(f"{x!r:}", "'test'")
16331633

1634-
# TODO: RUSTPYTHON d[0] error
1635-
@unittest.expectedFailure
16361634
def test_str_format_differences(self):
16371635
d = {
16381636
"a": "string",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.