Lines Matching full:expanduser
236 tester('ntpath.expanduser("test")', 'test')
240 tester('ntpath.expanduser("~test")', '~test')
244 tester('ntpath.expanduser("~test")', 'C:\\eric\\test')
245 tester('ntpath.expanduser("~")', 'C:\\eric\\idle')
248 tester('ntpath.expanduser("~test")', 'eric\\test')
249 tester('ntpath.expanduser("~")', 'eric\\idle')
253 tester('ntpath.expanduser("~test")', 'C:\\eric\\test')
254 tester('ntpath.expanduser("~")', 'C:\\eric\\idle')
258 tester('ntpath.expanduser("~test")', 'C:\\idle\\test')
259 tester('ntpath.expanduser("~")', 'C:\\idle\\eric')
261 tester('ntpath.expanduser("~test\\foo\\bar")',
263 tester('ntpath.expanduser("~test/foo/bar")',
265 tester('ntpath.expanduser("~\\foo\\bar")',
267 tester('ntpath.expanduser("~/foo/bar")',