def test_download_district_wise(self): print("download districtwise csv file") b = download_report(self.driver) path = b.test_schools() self.assertTrue(path, msg="File is not downloaded") b.remove_csv() self.data.page_loading(self.driver)
def test_download_district_wise(self): self.tests.pop() self.logger.info("test_downloadreportwise" + " " + "Total :" + " " + str( self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1)) print("downloading districtwise csv file") b =download_report(self.driver) path =b.test_schools() self.assertTrue(path, msg="File is not downloaded") b.remove_csv() self.logger.info("test_downloadreportwise is completed...")
def test_downloadreportwise(self): b = download_report(self.driver) path = b.test_schools() self.assertTrue(path, msg="File is not downloaded") b.remove_csv()