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))
def test_unzip_file(self): test_zip = ('{}/data_sources/ipeds/' 'test.txt.zip'.format(COLLEGE_ROOT)) self.assertTrue(update_ipeds.unzip_file(test_zip))