コード例 #1
0
ファイル: test_scripts.py プロジェクト: ix4/college-costs
 def test_unzip_file(self):
     test_zip = ('{}/paying_for_college/data_sources/ipeds/'
                 'test.txt.zip'.format(PFC_ROOT))
     self.assertTrue(update_ipeds.unzip_file(test_zip))
コード例 #2
0
 def test_unzip_file(self):
     test_zip = ('{}/data_sources/ipeds/'
                 'test.txt.zip'.format(COLLEGE_ROOT))
     self.assertTrue(update_ipeds.unzip_file(test_zip))
コード例 #3
0
ファイル: test_scripts.py プロジェクト: cfpb/college-costs
 def test_unzip_file(self):
     test_zip = ('{}/paying_for_college/data_sources/ipeds/'
                 'test.txt.zip'.format(PFC_ROOT))
     self.assertTrue(update_ipeds.unzip_file(test_zip))