def test_download_districtwise(self):
     b = download_district_wise_csv(self.driver)
     res = b.test_districtwise()
     self.assertTrue(res, msg="File is not downloaded")
     b.remove_file()
     print("districtwise csv file is downloaded")
     self.data.page_loading(self.driver)
Пример #2
0
 def test_download_districtwise(self):
     self.tests.pop()
     self.logger.info("test_download_districtwise" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     print("Downloading Districtwise csv file")
     b = download_district_wise_csv(self.driver)
     res = b.test_districtwise()
     self.assertTrue(res, msg = "File is not downloaded")
     b.remove_file()
     self.logger.info("test_download_districtwise is completed...")
Пример #3
0
 def test_download_districtwise(self):
     b = download_district_wise_csv(self.driver)
     res = b.test_districtwise()
     self.assertTrue(res, msg="File is not downloaded")
     b.remove_file()