def test_crc_districtwise(self):
     self.tests.pop()
     self.logger.info("test_crc_districtwise" + " " + "Total :" + " " + str(
         self.total_tests) + " " + "Remaining :" + " " + str(len(self.tests) - 1))
     b = test_crc_report_districtwise(self.driver)
     result = b.test_districtwise()
     self.assertEqual(0,result,msg="no data found")
     print('checked with districts records')
     self.data.page_loading(self.driver)
     self.logger.info("test_crc_districtwise is completed...")
 def test_crc_districtwise(self):
     b = test_crc_report_districtwise(self.driver)
     result = b.test_districtwise()
     self.assertEqual(0, result, msg="no data found")
     print('checked with districts records')
     self.data.page_loading(self.driver)