예제 #1
0
 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
 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))