示例#1
0
 def test_districtwise_school(self):
     self.tests.pop()
     self.logger.info("test_districtwise_school" + " " + "Total :" + " " +
                      str(self.total_tests) + " " + "Remaining :" + " " +
                      str(len(self.tests) - 1))
     b = districtlevel_school(self.driver)
     result = b.test_districtwise_schoolscount()
     self.assertNotEqual(0, result, msg="markers are not present on map ")
     self.data.page_loading(self.driver)
     print("district wise records working fine")
     self.logger.info("test_districtwise_school is completed...")
 def test_districtwise_school(self):
     b = districtlevel_school(self.driver)
     result = b.test_districtwise_schoolscount()
     self.assertNotEqual(0, result, msg="markers are not present on map ")
     self.data.page_loading(self.driver)
     print("district wise records working fine")