Home | History | Annotate | Download | only in test

Lines Matching refs:splitunc

77             ntpath.splitunc('')
79 tester('ntpath.splitunc("c:\\foo\\bar")',
81 tester('ntpath.splitunc("c:/foo/bar")',
83 tester('ntpath.splitunc("\\\\conky\\mountpoint\\foo\\bar")',
85 tester('ntpath.splitunc("//conky/mountpoint/foo/bar")',
87 tester('ntpath.splitunc("\\\\\\conky\\mountpoint\\foo\\bar")',
89 tester('ntpath.splitunc("///conky/mountpoint/foo/bar")',
91 tester('ntpath.splitunc("\\\\conky\\\\mountpoint\\foo\\bar")',
93 tester('ntpath.splitunc("//conky//mountpoint/foo/bar")',
95 self.assertEqual(ntpath.splitunc('//conky/MOUNTPO?NT/foo/bar'),
452 attributes = ['relpath', 'splitunc']