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

Skip to content

Commit c758ea0

Browse files
committed
Mark erroring test
1 parent 557ac5e commit c758ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_ntpath.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ def check(value, expected):
555555
check('%spam%bar', '%sbar' % nonascii)
556556
check('%{}%bar'.format(nonascii), 'ham%sbar' % nonascii)
557557

558+
# TODO: RUSTPYTHON
559+
@unittest.expectedFailure
558560
def test_expanduser(self):
559561
tester('ntpath.expanduser("test")', 'test')
560562

0 commit comments

Comments
 (0)