def test_timezone_search_lower_complete_name(self): for w in pytz.all_timezones: h = kron.timezone.search(w.lower()) self.assertEqual(h, w)