コード例 #1
0
 def test_bad_go_to(self):
     newpath = fsnative(u"/woooooo/bar/fun/broken")
     dirlist = DirectoryTree(fsnative(u"/"), folders=self.ROOTS)
     dirlist.go_to(newpath)
     dirlist.destroy()
コード例 #2
0
 def test_bad_go_to(self):
     newpath = "/woooooo/bar/fun/broken"
     dirlist = DirectoryTree("/")
     dirlist.go_to(newpath)
     dirlist.destroy()
コード例 #3
0
 def test_bad_go_to(self):
     newpath = fsnative(u"/woooooo/bar/fun/broken")
     dirlist = DirectoryTree(fsnative(u"/"), folders=self.ROOTS)
     dirlist.go_to(newpath)
     dirlist.destroy()
コード例 #4
0
 def test_bad_go_to(self):
     newpath = "/woooooo/bar/fun/broken"
     dirlist = DirectoryTree("/", folders=self.ROOTS)
     dirlist.go_to(newpath)
     dirlist.destroy()