예제 #1
0
파일: test_posh.py 프로젝트: brianray/posh
 def setUp(self):
     posh.setup(download=download)
예제 #2
0
파일: test_posh.py 프로젝트: brianray/posh
 def test_setup(self):
     posh.setup(download=download)
     for f in self.files:
         self.assertTrue(exists(f), "{} should exist".format(f))