convert: playlist: debug winpath in test

This commit is contained in:
J0J0 T 2022-08-28 19:12:54 +02:00 committed by J0J0 Todos
parent 54d22bea6e
commit a641fd151e

View file

@ -84,6 +84,8 @@ class M3UFileTest(unittest.TestCase):
"""Test loading unicode paths from a playlist file."""
the_playlist_file = path.join(RSRC, b'playlist_windows.m3u8')
winpath = path.join('x:', 'This', 'is', 'å', 'path', 'to_a_file.mp3')
print("this is winpath:")
print(winpath)
m3ufile = M3UFile(the_playlist_file)
m3ufile.load()
self.assertEqual(