def test_download_districtwise(self):
     b = Districtwise_donwload(self.driver)
     result = b.test_districtwise()
     self.assertTrue(result, msg="File is not downloaded")
     b.remove_csv()
     print("district wise csv file is downloaded ")
     self.data.page_loading(self.driver)
 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))
     b = Districtwise_donwload(self.driver)
     result  = b.test_districtwise()
     self.assertTrue(result, msg="File is not downloaded")
     b.remove_csv()
     print("District csv file is downloaded..")
     self.logger.info("test_download_districtwise is completed...")
Example #3
0
 def test_download_districtwise(self):
     b = Districtwise_donwload(self.driver)
     result = b.test_districtwise()
     self.assertTrue(result, msg="File is not downloaded")
     b.remove_csv()