Esempio n. 1
0
 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)
Esempio n. 2
0
 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...")
Esempio n. 3
0
 def test_downloadreportwise(self):
     b = download_report(self.driver)
     path = b.test_schools()
     self.assertTrue(path, msg="File is not downloaded")
     b.remove_csv()